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

Collapse All | Expand All

(-)librsvg2-2.12.7_3/Makefile (-3 / +5 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	librsvg2
9
PORTNAME=	librsvg2
10
PORTVERSION=	2.12.7
10
PORTVERSION=	2.12.7
11
PORTREVISION=	2
11
PORTREVISION=	3
12
CATEGORIES=	graphics gnome
12
CATEGORIES=	graphics gnome
13
MASTER_SITES=	${MASTER_SITE_GNOME}
13
MASTER_SITES=	${MASTER_SITE_GNOME}
14
MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/2.12
14
MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/2$//}/2.12
Lines 46-55 Link Here
46
46
47
MAN1=		rsvg.1
47
MAN1=		rsvg.1
48
48
49
OPTIONS=	MOZILLA_PLUGIN "Enable the SVG browser plug-in" no
50
51
.include <bsd.port.pre.mk>
49
.include <bsd.port.pre.mk>
52
50
51
.if ${OSVERSION} > 499999
52
OPTIONS=	MOZILLA_PLUGIN "Enable the SVG browser plug-in" no
53
53
.if defined(WITH_MOZILLA_PLUGIN)
54
.if defined(WITH_MOZILLA_PLUGIN)
54
USE_GECKO=	firefox mozilla
55
USE_GECKO=	firefox mozilla
55
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
56
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
Lines 61-66 Link Here
61
CONFIGURE_ARGS+=--enable-mozilla-plugin=no
62
CONFIGURE_ARGS+=--enable-mozilla-plugin=no
62
63
63
PLIST_SUB+=	PLUGIN="@comment "
64
PLIST_SUB+=	PLUGIN="@comment "
65
.endif
64
.endif
66
.endif
65
67
66
post-patch:
68
post-patch:

Return to bug 90410