diff options
author | wiz <wiz> | 2014-10-09 14:05:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-10-09 14:05:50 +0000 |
commit | 7bc685450d39f18c2b3e353da33c8e080a428d2c (patch) | |
tree | 82ab845b1db083e88ed835d07dece15a80699928 /security/libgcrypt | |
parent | dcbe0047b15d95b6c1c84224b59a338b96f98f25 (diff) | |
download | pkgsrc-7bc685450d39f18c2b3e353da33c8e080a428d2c.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'security/libgcrypt')
-rw-r--r-- | security/libgcrypt/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 129faff504f..4881fe67db7 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2014/08/29 14:22:59 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2014/10/09 14:06:52 wiz Exp $ DISTNAME= libgcrypt-1.6.2 PKGREVISION= 2 @@ -12,8 +12,6 @@ HOMEPAGE= https://www.gnu.org/software/libgcrypt/ COMMENT= GNU cryptographic library LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 -PKG_INSTALLATION_TYPES= overwrite pkgviews - USE_LIBTOOL= yes GNU_CONFIGURE= yes @@ -32,7 +30,6 @@ CONFIGURE_ARGS+= --disable-asm .endif CONFIGURE_ARGS+= --disable-aesni-support - # SCO OpenServer 5.0.7/3.2 has no socklen_t, but it is defined in pthread.h # from builtin GNU pth. .if ${OS_VARIANT} == "SCOOSR5" |