diff options
author | sergei <sergei@FreeBSD.org> | 2006-05-03 20:55:36 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2006-05-03 20:55:36 +0800 |
commit | d66fd8e10d95ab3f404e84747ba985c3f7e889b7 (patch) | |
tree | 5b52268270b6334fb50e01c4979a6a34355df940 /security/libgcrypt/Makefile | |
parent | c81fdb2384063a20c5c6c06d58474550e2a88bee (diff) | |
download | freebsd-ports-gnome-d66fd8e10d95ab3f404e84747ba985c3f7e889b7.tar.gz freebsd-ports-gnome-d66fd8e10d95ab3f404e84747ba985c3f7e889b7.tar.zst freebsd-ports-gnome-d66fd8e10d95ab3f404e84747ba985c3f7e889b7.zip |
- Chase libgpg-error shlib version bump (.1 -> .2)
- Bump PORTREVISION
Diffstat (limited to 'security/libgcrypt/Makefile')
-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 f466b6daf7a1..ecb3b3622a7d 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -6,6 +6,7 @@ PORTNAME= libgcrypt PORTVERSION= 1.2.2 +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.1:${PORTSDIR}/security/libgpg-error +LIB_DEPENDS= gpg-error.2:${PORTSDIR}/security/libgpg-error USE_REINPLACE= yes GNU_CONFIGURE= yes |