diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 13:31:56 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 13:31:56 +0000 |
commit | fc5b96f1a8f1e9bd71cc18975ccc5eddc2885c4e (patch) | |
tree | 31a09f87aa54867613bdaa899315c4a22186d754 /security/gpgme03 | |
parent | 78c9ed8ab3fb2e5838545eeeaa11b3682193a9df (diff) | |
download | ports-fc5b96f1a8f1e9bd71cc18975ccc5eddc2885c4e.tar.gz ports-fc5b96f1a8f1e9bd71cc18975ccc5eddc2885c4e.zip |
Notes
Diffstat (limited to 'security/gpgme03')
-rw-r--r-- | security/gpgme03/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile index c534be358793..58334cbea63c 100644 --- a/security/gpgme03/Makefile +++ b/security/gpgme03/Makefile @@ -7,7 +7,7 @@ PORTNAME= gpgme PORTVERSION= 0.3.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpgme @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= gpgme MAINTAINER= markun@onohara.to COMMENT= A library to make access to GnuPG easier -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg +BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth LATEST_LINK= gpgme03 |