diff options
author | ale <ale@FreeBSD.org> | 2009-10-27 21:38:45 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2009-10-27 21:38:45 +0800 |
commit | 4ac3650d8d2d47e6d6a98a4bbb70c5149d4934f8 (patch) | |
tree | 26ae6ddd63026f4e5a8962e7e984d8baa8508a4b /devel/monotone | |
parent | eb2d524aa10f852f35611897efd531313f34475b (diff) | |
download | freebsd-ports-gnome-4ac3650d8d2d47e6d6a98a4bbb70c5149d4934f8.tar.gz freebsd-ports-gnome-4ac3650d8d2d47e6d6a98a4bbb70c5149d4934f8.tar.zst freebsd-ports-gnome-4ac3650d8d2d47e6d6a98a4bbb70c5149d4934f8.zip |
Chase botan lib and bump PORTREVISION.
Approved by: maintainer
Diffstat (limited to 'devel/monotone')
-rw-r--r-- | devel/monotone/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile index ae18311087cc..0aacb6d337be 100644 --- a/devel/monotone/Makefile +++ b/devel/monotone/Makefile @@ -7,18 +7,18 @@ PORTNAME= monotone PORTVERSION= 0.45 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/ MAINTAINER= lapo@lapo.it COMMENT= A distributed version control system with digital signatures -BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs \ - ${LOCALBASE}/lib/libbotan-1.6.5.so:${PORTSDIR}/security/botan -RUN_DEPENDS= ${LOCALBASE}/lib/libbotan-1.6.5.so:${PORTSDIR}/security/botan +BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ idn.16:${PORTSDIR}/dns/libidn \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 + sqlite3.8:${PORTSDIR}/databases/sqlite3 \ + botan.0:${PORTSDIR}/security/botan SUB_FILES= pkg-message USE_PERL5_BUILD=yes |