diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-22 02:51:16 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-22 02:51:16 +0000 |
commit | 265500d7d8b65ca413aaee2904fbc7a95b74bc17 (patch) | |
tree | d52f4de392099aa5dde3456739362f46e39a898d /security/gnome-gpg | |
parent | cdcb91922078c3340e4a51d1ef396c987d8d3e9a (diff) | |
download | ports-265500d7d8b65ca413aaee2904fbc7a95b74bc17.tar.gz ports-265500d7d8b65ca413aaee2904fbc7a95b74bc17.zip |
Notes
Diffstat (limited to 'security/gnome-gpg')
-rw-r--r-- | security/gnome-gpg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gnome-gpg/Makefile b/security/gnome-gpg/Makefile index 94dbe31ef2ca..ab74c93ebfbc 100644 --- a/security/gnome-gpg/Makefile +++ b/security/gnome-gpg/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-gpg PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -15,9 +15,9 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} MAINTAINER= gnome@FreeBSD.org COMMENT= Simple commandline wrapper around gpg for gnome-keyring -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 +BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring -RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 +RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 USE_BZIP2= yes GNU_CONFIGURE= yes |