summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorsevan <sevan>2017-04-25 12:45:02 +0000
committersevan <sevan>2017-04-25 12:45:02 +0000
commit602f874f515e2fbbccc762ace97852f3928379e4 (patch)
tree792d2ee19830d40ba74b1961ae3867f0a1ed3aae /wm
parent824c3695ba4c0b5639c87628183c303fd5b13505 (diff)
downloadpkgsrc-602f874f515e2fbbccc762ace97852f3928379e4.tar.gz
libhack is also built on Darwin.
Diffstat (limited to 'wm')
-rw-r--r--wm/enlightenment/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/wm/enlightenment/Makefile b/wm/enlightenment/Makefile
index 1846408bc03..ab4974091f7 100644
--- a/wm/enlightenment/Makefile
+++ b/wm/enlightenment/Makefile
@@ -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