diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-16 00:34:55 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-16 00:34:55 +0800 |
commit | 5ba38a91134c5e2e1e98ae5cf0d05747137f2194 (patch) | |
tree | 4c6ffb321219379149780be15cd1504676c0e877 /security | |
parent | 95877d5343f6237e60901ea5e286021dde50b7dc (diff) | |
download | marcuscom-ports-5ba38a91134c5e2e1e98ae5cf0d05747137f2194.tar marcuscom-ports-5ba38a91134c5e2e1e98ae5cf0d05747137f2194.tar.gz marcuscom-ports-5ba38a91134c5e2e1e98ae5cf0d05747137f2194.tar.bz2 marcuscom-ports-5ba38a91134c5e2e1e98ae5cf0d05747137f2194.tar.lz marcuscom-ports-5ba38a91134c5e2e1e98ae5cf0d05747137f2194.tar.xz marcuscom-ports-5ba38a91134c5e2e1e98ae5cf0d05747137f2194.tar.zst marcuscom-ports-5ba38a91134c5e2e1e98ae5cf0d05747137f2194.zip |
Seahorse now requires GPG 1.x.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8569 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 05f00e39d..e29eb649a 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -3,11 +3,12 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.29 2007/03/11 20:39:44 mezz Exp $ +# $MCom: ports/security/seahorse/Makefile,v 1.30 2007/03/15 13:26:18 ahze Exp $ # PORTNAME= seahorse PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -16,8 +17,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A front end for GnuPG -BUILD_DEPENDS= gnupg>=1.4.1:${PORTSDIR}/security/gnupg -RUN_DEPENDS= gnupg>=1.4.1:${PORTSDIR}/security/gnupg +BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 +RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 LIB_DEPENDS= gpgme.17:${PORTSDIR}/security/gpgme \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib |