diff options
author | jylefort <jylefort@FreeBSD.org> | 2007-03-08 22:12:08 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2007-03-08 22:12:08 +0800 |
commit | c4944def578b138bd40a702400e001b3f2aaa712 (patch) | |
tree | d64a8cda118d8fc2a7397e06e1744e73ce5b0e0b /security/gpgme | |
parent | 2818bcb07f94ae1a5fd2baf45cfa9c4f913e6a40 (diff) | |
download | freebsd-ports-gnome-c4944def578b138bd40a702400e001b3f2aaa712.tar.gz freebsd-ports-gnome-c4944def578b138bd40a702400e001b3f2aaa712.tar.zst freebsd-ports-gnome-c4944def578b138bd40a702400e001b3f2aaa712.zip |
Track libgpg-error shlib version change.
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 6f674bf4c478..8bf87ba096b0 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -7,7 +7,7 @@ PORTNAME= gpgme PORTVERSION= 1.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme @@ -17,7 +17,7 @@ COMMENT= A library to make access to GnuPG easier BUILD_DEPENDS= gpg2:${PORTSDIR}/security/gnupg \ gpgsm:${PORTSDIR}/security/gnupg -LIB_DEPENDS= gpg-error.3:${PORTSDIR}/security/libgpg-error +LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes |