diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2007-03-08 14:12:08 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2007-03-08 14:12:08 +0000 |
commit | 4a6abcecf2c5f546ba6a39eeece5930c2e126f71 (patch) | |
tree | 5156ae539dcf7a194aee1f038725bed467343d13 /security/libgcrypt | |
parent | 536be70f3545169c8ac95e3f3b87d128c531f5fc (diff) |
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 1796285efebd..481f2ed4412b 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -6,6 +6,7 @@ PORTNAME= libgcrypt PORTVERSION= 1.2.4 +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.3:${PORTSDIR}/security/libgpg-error +LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes |