diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-17 21:43:18 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-17 21:43:18 +0000 |
commit | fcefde2f7ce274dd43c7800cd074e1a8cb66252b (patch) | |
tree | 4b997cf4a9b1df8a721e0a83c9559bd76663d532 /security/nettle | |
parent | 3044bc2a8b34982265c2e011aa2871c0465ee3d8 (diff) | |
download | pkgsrc-fcefde2f7ce274dd43c7800cd074e1a8cb66252b.tar.gz |
Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
Diffstat (limited to 'security/nettle')
-rw-r--r-- | security/nettle/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 8bc82674ab8..2a2937a3ef2 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/09/08 20:22:13 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2012/01/17 21:43:21 sbd Exp $ DISTNAME= nettle-2.4 CATEGORIES= devel security @@ -17,7 +17,6 @@ USE_LIBTOOL= yes USE_TOOLS+= gm4 gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-openssl -CONFIGURE_ARGS+= --libdir=${PREFIX}/lib INFO_FILES= yes TEST_TARGET= check |