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 | f20aac9747f32c464feec52ebc7e622cd4c35ba0 (patch) | |
tree | 8ff71970de74fdfcf384fba11a3f296337f75fed | |
parent | 05ddb5decd7da966e32f9e0d3354151babc3bcfb (diff) | |
download | pkgsrc-f20aac9747f32c464feec52ebc7e622cd4c35ba0.tar.gz |
Use SET_LIBDIR to get rid of lib64
-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 |