pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/enlightenment



Module Name:    pkgsrc
Committed By:   sevan
Date:           Tue Apr 25 12:45:02 UTC 2017

Modified Files:
        pkgsrc/wm/enlightenment: Makefile

Log Message:
libhack is also built on Darwin.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/wm/enlightenment/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/enlightenment/Makefile
diff -u pkgsrc/wm/enlightenment/Makefile:1.66 pkgsrc/wm/enlightenment/Makefile:1.67
--- pkgsrc/wm/enlightenment/Makefile:1.66       Sat Jul  9 06:39:09 2016
+++ pkgsrc/wm/enlightenment/Makefile    Tue Apr 25 12:45:02 2017
@@ -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 @@ PLIST_VARS+=  libhack
 
 .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