summaryrefslogtreecommitdiff
path: root/audio
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
parent- Update to 2009j (diff)
- Update lang/mono to 2.4.
- Update a bunch of c# ports as well (gtksharp20, mono-zeroconf, tomboy, gnome-desktop-sharp, gnomesharp20). - Remove devel/monodoc as it is now included in lang/mono. - Add www/mod_mono, an apache module serving ASP.net pages. - Add www/xsp, a mono-based webserver. PR: ports/135248, ports/135249 Submitted by: Romain Tartiere <romain@blogreen.org>
Notes
Notes: svn path=/head/; revision=236461
Diffstat (limited to 'audio')
-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