diff options
author | lev <lev@FreeBSD.org> | 2006-01-05 16:40:10 +0800 |
---|---|---|
committer | lev <lev@FreeBSD.org> | 2006-01-05 16:40:10 +0800 |
commit | c73f0ccf901a1fb5c181a351901047e46adc5ef1 (patch) | |
tree | f3e4072da0fe27db7679de7b19c5269415967bf6 /devel/bazaar | |
parent | 46e4474f50d34f208c162ebd0d1360b6d66a248d (diff) | |
download | freebsd-ports-gnome-c73f0ccf901a1fb5c181a351901047e46adc5ef1.tar.gz freebsd-ports-gnome-c73f0ccf901a1fb5c181a351901047e46adc5ef1.tar.zst freebsd-ports-gnome-c73f0ccf901a1fb5c181a351901047e46adc5ef1.zip |
Bump neon shared libary version, bump PORTREVISION to force upgrade.
Diffstat (limited to 'devel/bazaar')
-rw-r--r-- | devel/bazaar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bazaar/Makefile b/devel/bazaar/Makefile index c17718ddf4ae..7c8783286ad5 100644 --- a/devel/bazaar/Makefile +++ b/devel/bazaar/Makefile @@ -7,6 +7,7 @@ PORTNAME= bazaar PORTVERSION= 1.4.2 +PORTREVISION?= 1 CATEGORIES= devel MASTER_SITES= http://bazaar.canonical.com/releases/src/ DISTNAME= bazaar_${PORTVERSION} @@ -19,7 +20,7 @@ BUILD_DEPENDS= gmake:${PORTSDIR}/devel/gmake \ gdiff:${PORTSDIR}/textproc/diffutils \ gtar:${PORTSDIR}/archivers/gtar RUN_DEPENDS= ${BUILD_DEPENDS} -LIB_DEPENDS= neon.24:${PORTSDIR}/www/neon \ +LIB_DEPENDS= neon.25:${PORTSDIR}/www/neon \ gpgme.15:${PORTSDIR}/security/gpgme USE_GMAKE= yes |