diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-06-22 07:55:50 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-06-22 07:55:50 +0000 |
commit | ab4b038114273792b64feb02644f8884bce820a5 (patch) | |
tree | 52d874d9c7e8fa1e3470ae9ea43417f4226967fe /audio | |
parent | e220ab97c2f6f7b42bbc67a0aec7f5f847d5a2ee (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/taglib-sharp/Makefile | 3 |
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 |