diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-26 23:00:22 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-26 23:00:22 +0000 |
commit | 49b0f6a2155b1cabdfdac4af523cccc4a2ad5a33 (patch) | |
tree | 8ff71970de74fdfcf384fba11a3f296337f75fed /security | |
parent | 7cfd427943f2623fc13a0a1686435d527a083105 (diff) | |
download | pkgsrc-49b0f6a2155b1cabdfdac4af523cccc4a2ad5a33.tar.gz |
Use SET_LIBDIR to get rid of lib64
Diffstat (limited to 'security')
-rw-r--r-- | security/nettle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 2a2937a3ef2..bdc5f671dd1 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/01/17 21:43:21 sbd Exp $ +# $NetBSD: Makefile,v 1.7 2012/01/26 23:00:22 sbd Exp $ DISTNAME= nettle-2.4 CATEGORIES= devel security @@ -16,6 +16,7 @@ USE_LANGUAGES= c USE_LIBTOOL= yes USE_TOOLS+= gm4 gmake GNU_CONFIGURE= yes +SET_LIBDIR= yes CONFIGURE_ARGS+= --disable-openssl INFO_FILES= yes |