diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-13 21:24:20 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-13 21:24:20 +0000 |
commit | 4dce0bd83bab57a46a96b04263cc1954a5b0f715 (patch) | |
tree | d02a05f93737ca5eb857ecae20787854c59c3d42 /devel/baz | |
parent | 34277ade842bac5f5d6fdce9e709acf79ac367c0 (diff) | |
download | ports-4dce0bd83bab57a46a96b04263cc1954a5b0f715.tar.gz ports-4dce0bd83bab57a46a96b04263cc1954a5b0f715.zip |
Update gpgme to 1.1.2, chase dependencies.
Notes
Notes:
svn path=/head/; revision=172981
Diffstat (limited to 'devel/baz')
-rw-r--r-- | devel/baz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/baz/Makefile b/devel/baz/Makefile index 7c8783286ad5..ad0dfb9e9efe 100644 --- a/devel/baz/Makefile +++ b/devel/baz/Makefile @@ -7,7 +7,7 @@ PORTNAME= bazaar PORTVERSION= 1.4.2 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= devel MASTER_SITES= http://bazaar.canonical.com/releases/src/ DISTNAME= bazaar_${PORTVERSION} @@ -21,7 +21,7 @@ BUILD_DEPENDS= gmake:${PORTSDIR}/devel/gmake \ gtar:${PORTSDIR}/archivers/gtar RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= neon.25:${PORTSDIR}/www/neon \ - gpgme.15:${PORTSDIR}/security/gpgme + gpgme.17:${PORTSDIR}/security/gpgme USE_GMAKE= yes USE_GETTEXT= yes |