aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2009-06-22 15:55:50 +0800
committerflz <flz@FreeBSD.org>2009-06-22 15:55:50 +0800
commit4a7f7cb5510229ccf438d07ea9a03a9163d85ff7 (patch)
tree33fd77e2ade564aff3741707dcf33b015d83f3e4 /multimedia
parent2a983ae66a736069e6a5088fcff7c962666cf30b (diff)
downloadfreebsd-ports-gnome-4a7f7cb5510229ccf438d07ea9a03a9163d85ff7.tar.gz
freebsd-ports-gnome-4a7f7cb5510229ccf438d07ea9a03a9163d85ff7.tar.zst
freebsd-ports-gnome-4a7f7cb5510229ccf438d07ea9a03a9163d85ff7.zip
- 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>
Diffstat (limited to 'multimedia')
-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