aboutsummaryrefslogtreecommitdiff
path: root/multimedia/banshee
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2009-06-22 07:55:50 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2009-06-22 07:55:50 +0000
commitab4b038114273792b64feb02644f8884bce820a5 (patch)
tree52d874d9c7e8fa1e3470ae9ea43417f4226967fe /multimedia/banshee
parente220ab97c2f6f7b42bbc67a0aec7f5f847d5a2ee (diff)
downloadports-ab4b038114273792b64feb02644f8884bce820a5.tar.gz
ports-ab4b038114273792b64feb02644f8884bce820a5.zip
Notes
Diffstat (limited to 'multimedia/banshee')
-rw-r--r--multimedia/banshee/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/banshee/Makefile b/multimedia/banshee/Makefile
index 82b80ebef8a5..60ed0bba34dc 100644
--- a/multimedia/banshee/Makefile
+++ b/multimedia/banshee/Makefile
@@ -8,6 +8,7 @@
PORTNAME= banshee
PORTVERSION= 1.4.3
PORTEPOCH= 1
+PORTREVISION= 1
CATEGORIES= multimedia audio
MASTER_SITES= http://download.banshee-project.org/banshee/
DISTNAME= ${PORTNAME}-1-${PORTVERSION}
@@ -52,9 +53,7 @@ INSTALL= /usr/bin/install
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
-.if !defined(WITHOUT_DOCS) && !defined(NOPORTDOCS)
-BUILD_DEPENDS+= ${LOCALBASE}/bin/monodocer:${PORTSDIR}/devel/monodoc
-.else
+.if defined(WITHOUT_DOCS) || defined(NOPORTDOCS)
CONFIGURE_ARGS+= --disable-docs
.endif