summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-31 14:20:29 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-31 14:20:29 +0000
commit810fcd34d222c8454edfe0f4482218015055ba7f (patch)
tree5ba4ff725a6e05112f6ecc70f2f03a2b41da603a /security
parentAdd share/tirc to pkg-plist (diff)
USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.
Notes
Notes: svn path=/head/; revision=47231
Diffstat (limited to 'security')
-rw-r--r--security/borzoi/Makefile1
-rw-r--r--security/gpgme/Makefile1
-rw-r--r--security/gpgme03/Makefile1
-rw-r--r--security/mcrypt/Makefile1
4 files changed, 0 insertions, 4 deletions
diff --git a/security/borzoi/Makefile b/security/borzoi/Makefile
index f1572ea7e53a..c59ad65fe11b 100644
--- a/security/borzoi/Makefile
+++ b/security/borzoi/Makefile
@@ -18,7 +18,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl
RUN_DEPENDS= ${LOCALBASE}/lib/libntl.a:${PORTSDIR}/math/ntl
USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
post-patch:
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 2fcaacd2d255..43b77224f4b7 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= teramoto@comm.eng.osaka-u.ac.jp
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
-GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile
index 2fcaacd2d255..43b77224f4b7 100644
--- a/security/gpgme03/Makefile
+++ b/security/gpgme03/Makefile
@@ -14,7 +14,6 @@ MAINTAINER= teramoto@comm.eng.osaka-u.ac.jp
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
-GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile
index 32c9a6408fd2..77bf8e2c3d3a 100644
--- a/security/mcrypt/Makefile
+++ b/security/mcrypt/Makefile
@@ -23,7 +23,6 @@ LIB_DEPENDS= mcrypt.6:${PORTSDIR}/security/libmcrypt/ \
post-patch:
${RM} -f ${WRKSRC}/configure
-GNU_CONFIGURE= yes
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static --with-catgets
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \