diff options
author | sergei <sergei@FreeBSD.org> | 2006-09-22 15:10:31 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2006-09-22 15:10:31 +0800 |
commit | 0045d9827006dbfa3434c08086dfc56139aff84d (patch) | |
tree | a3ebd6a758664b4b55a9b0f665c17dc018915fa3 /security/libgcrypt | |
parent | a1788f478f35b222c4f2bfe6d36e8f9d2c8b1028 (diff) | |
download | freebsd-ports-gnome-0045d9827006dbfa3434c08086dfc56139aff84d.tar.gz freebsd-ports-gnome-0045d9827006dbfa3434c08086dfc56139aff84d.tar.zst freebsd-ports-gnome-0045d9827006dbfa3434c08086dfc56139aff84d.zip |
- Chase libgpg-error version bump [1]
- Add explicit version to libgpg-error dependency where missing [2]
- Bump PORTREVISION [1]
Approved by: maintainers (arved, lofi, novel,
ports at mcdermottroe dot com) [1]
Suggested by: novel, lofi [2]
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" |