diff options
author | bjs <bjs@pkgsrc.org> | 2008-10-30 03:43:35 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-10-30 03:43:35 +0000 |
commit | 50028caf427a51f590c8ae0e5452070d4705d752 (patch) | |
tree | ffb40f904dc70a4f5db645346956351974734800 /security/pakchois | |
parent | 3b716ffb7be83c83aeefc9028eb8334da108d23b (diff) | |
download | pkgsrc-50028caf427a51f590c8ae0e5452070d4705d752.tar.gz |
remove --enable-dlopen from CONFIGURE_ARGS; it's unnecessary
Diffstat (limited to 'security/pakchois')
-rw-r--r-- | security/pakchois/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/pakchois/Makefile b/security/pakchois/Makefile index 59640cd0476..ef5bff5c7f9 100644 --- a/security/pakchois/Makefile +++ b/security/pakchois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/10/30 03:32:19 bjs Exp $ +# $NetBSD: Makefile,v 1.2 2008/10/30 03:43:35 bjs Exp $ # DISTNAME= pakchois-0.4 @@ -15,8 +15,6 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config -CONFIGURE_ARGS+= --enable-dlopen - PKGCONFIG_OVERRIDE+= pakchois.pc.in PTHREAD_OPTS+= require |