diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-10-27 13:38:45 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-10-27 13:38:45 +0000 |
commit | f07539278828475e6e5f5be83cf1f47ef7373082 (patch) | |
tree | 33390a18413a958d5a88fc2345ff32e2eaa55c52 /devel/monotone | |
parent | 2e1fa8dacf9e35818cdd8243d53e6a246a818fec (diff) |
Notes
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 |