aboutsummaryrefslogtreecommitdiff
path: root/audio/taglib-sharp
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 /audio/taglib-sharp
parente220ab97c2f6f7b42bbc67a0aec7f5f847d5a2ee (diff)
downloadports-ab4b038114273792b64feb02644f8884bce820a5.tar.gz
ports-ab4b038114273792b64feb02644f8884bce820a5.zip
Notes
Diffstat (limited to 'audio/taglib-sharp')
-rw-r--r--audio/taglib-sharp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/taglib-sharp/Makefile b/audio/taglib-sharp/Makefile
index 52583de04f65..5937aa4a4edf 100644
--- a/audio/taglib-sharp/Makefile
+++ b/audio/taglib-sharp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= taglib-sharp
PORTVERSION= 2.0.3.2
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://www.taglib-sharp.com/Download/ \
http://download.banshee-project.org/${PORTNAME}/${PORTVERSION}/
@@ -32,7 +33,7 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}" \
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.if !defined(WITHOUT_DOCS) && !defined(NOPORTDOCS)
-BUILD_DEPENDS+= ${LOCALBASE}/bin/monodocer:${PORTSDIR}/devel/monodoc
+#CONFIGURE_ARGS+= --enable-docs
.else
CONFIGURE_ARGS+= --disable-docs
.endif