diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2006-09-22 07:10:31 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2006-09-22 07:10:31 +0000 |
commit | b1000fb4e63ce8e0c77a5ab6a36fbc6aa849cb56 (patch) | |
tree | a9da48ec602f00615d045ae17eea9acfa84d13d4 /security/libgcrypt | |
parent | 7c9c53d586e9569eda76c3d558b06aa6fda547fc (diff) | |
download | ports-b1000fb4e63ce8e0c77a5ab6a36fbc6aa849cb56.tar.gz ports-b1000fb4e63ce8e0c77a5ab6a36fbc6aa849cb56.zip |
Notes
Diffstat (limited to 'security/libgcrypt')
-rw-r--r-- | security/libgcrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index a220804cc896..f4a9c43c8a8a 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -6,6 +6,7 @@ PORTNAME= libgcrypt PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= libgcrypt @@ -13,7 +14,7 @@ MASTER_SITE_SUBDIR= libgcrypt MAINTAINER= arved@FreeBSD.org COMMENT= "General purpose crypto library based on code used in GnuPG" -LIB_DEPENDS= gpg-error.2:${PORTSDIR}/security/libgpg-error +LIB_DEPENDS= gpg-error.3:${PORTSDIR}/security/libgpg-error GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" |