diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-18 19:43:53 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-18 19:43:53 +0000 |
commit | 4877c5ead2c29e59bebd51393e3d6eb48e50053f (patch) | |
tree | dbc59039152edc3c6742b6e0097aac3d67fcf31d /devel/rapidsvn | |
parent | 13bfa6f906b0ac3b2ff0015a053d60e350e3f852 (diff) |
Notes
Diffstat (limited to 'devel/rapidsvn')
-rw-r--r-- | devel/rapidsvn/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile index 3e52bbcb79c2..4be1433f9537 100644 --- a/devel/rapidsvn/Makefile +++ b/devel/rapidsvn/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= http://www.rapidsvn.org/download/release/${PORTVERSION}/ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Cross-platform GUI front-end for the Subversion revision system -BUILD_DEPENDS= apr-1-config:${PORTSDIR}/devel/apr-svn \ - neon-config:${PORTSDIR}/www/neon28 \ +BUILD_DEPENDS= neon-config:${PORTSDIR}/www/neon28 \ svn:${PORTSDIR}/devel/subversion \ xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xsl/docbook/VERSION:${PORTSDIR}/textproc/docbook-xsl |