summaryrefslogtreecommitdiff
path: root/security/libgcrypt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-10-09 14:05:50 +0000
committerwiz <wiz@pkgsrc.org>2014-10-09 14:05:50 +0000
commitef5c8ed42b5f83bfa34699052d684f23e761e43e (patch)
tree82ab845b1db083e88ed835d07dece15a80699928 /security/libgcrypt
parentfbf38e8840be11bf05366e3d5753230a5969222f (diff)
downloadpkgsrc-ef5c8ed42b5f83bfa34699052d684f23e761e43e.tar.gz
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'security/libgcrypt')
-rw-r--r--security/libgcrypt/Makefile5
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"