diff options
author | sevan <sevan@pkgsrc.org> | 2015-10-28 23:34:42 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2015-10-28 23:34:42 +0000 |
commit | 02a5dc25e80f91b3bcdf9a968180fb47fad69b71 (patch) | |
tree | 8ebb1a080e83ce7900192c2ffccad447c7a051a0 /wm | |
parent | ac038cb0b09f6ae885ef47425069d7a850601b91 (diff) | |
download | pkgsrc-02a5dc25e80f91b3bcdf9a968180fb47fad69b71.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 |