View | Details | Raw Unified | Return to bug 135248 | Differences between
and this patch

Collapse All | Expand All

(-)/tmp/taglib-sharp/Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	taglib-sharp
8
PORTNAME=	taglib-sharp
9
PORTVERSION=	2.0.3.2
9
PORTVERSION=	2.0.3.2
10
PORTREVISION=	1
10
CATEGORIES=	audio
11
CATEGORIES=	audio
11
MASTER_SITES=	http://www.taglib-sharp.com/Download/ \
12
MASTER_SITES=	http://www.taglib-sharp.com/Download/ \
12
		http://download.banshee-project.org/${PORTNAME}/${PORTVERSION}/
13
		http://download.banshee-project.org/${PORTNAME}/${PORTVERSION}/
Lines 32-38 Link Here
32
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
33
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
33
34
34
.if !defined(WITHOUT_DOCS) && !defined(NOPORTDOCS)
35
.if !defined(WITHOUT_DOCS) && !defined(NOPORTDOCS)
35
BUILD_DEPENDS+=	${LOCALBASE}/bin/monodocer:${PORTSDIR}/devel/monodoc
36
#CONFIGURE_ARGS+=	--enable-docs
36
.else
37
.else
37
CONFIGURE_ARGS+=	--disable-docs
38
CONFIGURE_ARGS+=	--disable-docs
38
.endif
39
.endif

Return to bug 135248