diff options
author | hasso <hasso> | 2009-07-11 19:35:27 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-07-11 19:35:27 +0000 |
commit | 8d8ac02789cecbad8e055b7c6faeb4347cedcac4 (patch) | |
tree | 2f2342ae408b946d30057f9e3f89680cbf7e3390 /sysutils | |
parent | 39960f75f118c23bc1f9f7c90c6616a1955e0c28 (diff) | |
download | pkgsrc-8d8ac02789cecbad8e055b7c6faeb4347cedcac4.tar.gz |
The POSIX.1e ACL implementation in DragonFly isn't complete enough to be
usable here.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/krusader/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/krusader/Makefile b/sysutils/krusader/Makefile index e7872737daa..b5c19101914 100644 --- a/sysutils/krusader/Makefile +++ b/sysutils/krusader/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/05/20 00:58:28 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2009/07/11 19:35:27 hasso Exp $ # DISTNAME= krusader-1.90.0 @@ -17,6 +17,12 @@ GNU_CONFIGURE= YES SHLIBTOOL_OVERRIDE= # empty +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "DragonFly" +CONFIGURE_ARGS+= --without-acl +.endif + BUILDLINK_DEPMETHOD.libXt?= build .include "../../meta-pkgs/kde3/kde3.mk" |