diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-09-17 16:55:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-09-17 16:55:45 +0000 |
commit | cf6557aa5a181143f0a4c40bf6551919c1462e17 (patch) | |
tree | 2ac3fdb224eba0d7cee55c0e015213074ae0ffb2 /graphics/librsvg2 | |
parent | 336a6b56d89b46c20543a3cc6aee1735a3da57b2 (diff) |
Notes
Diffstat (limited to 'graphics/librsvg2')
-rw-r--r-- | graphics/librsvg2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 1c077631fedb..0ad4815eb244 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -8,7 +8,7 @@ PORTNAME= librsvg2 PORTVERSION= 2.26.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -46,7 +46,7 @@ OPTIONS= MOZILLA_PLUGIN "Enable the SVG browser plug-in" on .include <bsd.port.pre.mk> .if defined(WITH_MOZILLA_PLUGIN) -USE_GECKO= firefox mozilla seamonkey libxul xulrunner +USE_GECKO= libxul firefox mozilla seamonkey xulrunner USE_WEBPLUGINS= gecko* WEBPLUGINS_FILES=libmozsvgdec.so .include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" |