diff options
Diffstat (limited to 'security/libgcrypt-devel/Makefile')
-rw-r--r-- | security/libgcrypt-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libgcrypt-devel/Makefile b/security/libgcrypt-devel/Makefile index e0b9ad22543e..09c7be21e5b7 100644 --- a/security/libgcrypt-devel/Makefile +++ b/security/libgcrypt-devel/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= libgcrypt -PORTVERSION= 1.1.11 +PORTVERSION= 1.1.12 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= alpha/libgcrypt @@ -15,7 +15,7 @@ COMMENT= "General purpose crypto library based on code used in GnuPG" USE_REINPLACE= yes USE_PERL5= yes -USE_AUTOCONF_VER= 253 +#USE_AUTOCONF_VER= 253 USE_LIBTOOL= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |