diff options
author | sevan <sevan> | 2015-10-28 23:34:42 +0000 |
---|---|---|
committer | sevan <sevan> | 2015-10-28 23:34:42 +0000 |
commit | 5642cba1557d847cd0d5636ffe46ecc4025961e5 (patch) | |
tree | 8ebb1a080e83ce7900192c2ffccad447c7a051a0 /wm | |
parent | 13fe4f8b516e3bf47ad5c03d90ab71a64e6915e4 (diff) | |
download | pkgsrc-5642cba1557d847cd0d5636ffe46ecc4025961e5.tar.gz |
libhack is also installed on Linux
ok jperkin@
Diffstat (limited to 'wm')
-rw-r--r-- | wm/enlightenment/Makefile | 4 |
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 |