pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/enlightenment libhack is also built on Darwin.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14baee2514dc
branches:  trunk
changeset: 361693:14baee2514dc
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Tue Apr 25 12:45:02 2017 +0000

description:
libhack is also built on Darwin.

diffstat:

 wm/enlightenment/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r e496ac1df425 -r 14baee2514dc wm/enlightenment/Makefile
--- a/wm/enlightenment/Makefile Tue Apr 25 12:16:58 2017 +0000
+++ b/wm/enlightenment/Makefile Tue Apr 25 12:45:02 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2016/07/09 06:39:09 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2017/04/25 12:45:02 sevan Exp $
 
 DISTNAME=      e16-0.16.8.8
 PKGNAME=       ${DISTNAME:S/e16/enlightenment/}
@@ -40,7 +40,8 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
+.if ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS" || ${OPSYS} == "Linux" || \
+    ${OPSYS} == "Darwin"
 PLIST.libhack= yes
 .endif
 



Home | Main Index | Thread Index | Old Index