aboutsummaryrefslogtreecommitdiff
path: root/security/libgcrypt-devel/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-01-02 14:18:00 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-01-02 14:18:00 +0000
commit9d1b3a69902130dcd2355ab701d785a09b714eef (patch)
treee420a1fe4d30d6e87a8b2f05c841a13d26a2fa37 /security/libgcrypt-devel/Makefile
parent2d1fcec5239403a7bb0bbd825724c02b14cb74e5 (diff)
Update to 1.1.11
Notes
Notes: svn path=/head/; revision=72207
Diffstat (limited to 'security/libgcrypt-devel/Makefile')
-rw-r--r--security/libgcrypt-devel/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/security/libgcrypt-devel/Makefile b/security/libgcrypt-devel/Makefile
index 87016b9f8670..10552e7c6e4d 100644
--- a/security/libgcrypt-devel/Makefile
+++ b/security/libgcrypt-devel/Makefile
@@ -1,11 +1,11 @@
# New ports collection Makefile for: libgcrypt
# Date created: July 17 2002
-# Whom: Tilman Linneweh <tilman@arved.de>
+# Whom: Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= libgcrypt
-PORTVERSION= 1.1.10
+PORTVERSION= 1.1.11
CATEGORIES= security
MASTER_SITES= http://gd.tuwien.ac.at/privacy/gnupg/alpha/libgcrypt/ \
ftp://ftp.gnupg.org/gcrypt/alpha/libgcrypt/ \
@@ -13,12 +13,11 @@ MASTER_SITES= http://gd.tuwien.ac.at/privacy/gnupg/alpha/libgcrypt/ \
http://www.mirrors.wiretapped.net/security/cryptography/apps/pgp/GnuPG/alpha/libgcrypt/ \
${MASTER_SITE_RINGSERVER}/net/gnupg/alpha/libgcrypt/ \
-MAINTAINER= freebsdports@arved.de
-
-BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
+MAINTAINER= arved@FreeBSD.org
USE_REINPLACE= yes
USE_PERL5= yes
+USE_AUTOCONF_VER= 253
USE_LIBTOOL= yes
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
@@ -30,6 +29,5 @@ post-patch:
pre-configure:
@${RM} -f ${WRKSRC}/doc/gcrypt.info*
- @cd ${WRKSRC}; ${LOCALBASE}/bin/autoconf
.include <bsd.port.mk>