summaryrefslogtreecommitdiff
path: root/wm/enlightenment
diff options
context:
space:
mode:
authorsevan <sevan>2015-10-28 23:34:42 +0000
committersevan <sevan>2015-10-28 23:34:42 +0000
commitf6768bcc132b85722a7f74e94b7f78a861fb0344 (patch)
tree8ebb1a080e83ce7900192c2ffccad447c7a051a0 /wm/enlightenment
parent44581fa8e79983beac3c024d2a0573754a820cb3 (diff)
downloadpkgsrc-f6768bcc132b85722a7f74e94b7f78a861fb0344.tar.gz
libhack is also installed on Linux
ok jperkin@
Diffstat (limited to 'wm/enlightenment')
-rw-r--r--wm/enlightenment/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/enlightenment/Makefile b/wm/enlightenment/Makefile
index 8f31d82042d..27173ec7805 100644
--- a/wm/enlightenment/Makefile
+++ b/wm/enlightenment/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2015/06/12 10:51:47 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2015/10/28 23:34:42 sevan Exp $
DISTNAME= e16-0.16.8.8
PKGNAME= ${DISTNAME:S/e16/enlightenment/}
@@ -40,7 +40,7 @@ PLIST_VARS+= libhack
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS"
+.if ${OPSYS} == "DragonFly" || ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
PLIST.libhack= yes
.endif