diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-07 18:19:45 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-07 18:19:45 +0800 |
commit | 9d4fd758707a6af7f4bd480fa2815a0467084d40 (patch) | |
tree | 00a818b7ecc88d311a3461f94ff3daa43340b6f0 /graphics | |
parent | ab59d193ab5b1b975624851c17d5465c48aee1c4 (diff) | |
download | marcuscom-ports-9d4fd758707a6af7f4bd480fa2815a0467084d40.tar.gz marcuscom-ports-9d4fd758707a6af7f4bd480fa2815a0467084d40.tar.zst marcuscom-ports-9d4fd758707a6af7f4bd480fa2815a0467084d40.zip |
Fix makefile [1]
Use gecko19 in USE_WEBPLUGINS instead of gecko*.
libxul is gecko19 based.
Submitted by: Eric L. Chen <lihong@ieee.org> [1]
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12791 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/librsvg2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 6685a0b67..621193cc6 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD: ports/graphics/librsvg2/Makefile,v 1.76 2009/08/02 19:34:12 mezz Exp $ -# $MCom: ports-stable/graphics/librsvg2/Makefile,v 1.5 2009/04/20 05:55:53 marcus Exp $ +# $MCom: ports/graphics/librsvg2/Makefile,v 1.125 2009/09/06 09:39:22 kwm Exp $ # PORTNAME= librsvg2 @@ -47,7 +47,7 @@ OPTIONS= MOZILLA_PLUGIN "Enable the SVG browser plug-in" on .if defined(WITH_MOZILLA_PLUGIN) USE_GECKO= libxul seamonkey -USE_WEBPLUGINS= gecko* +USE_WEBPLUGINS= gecko19 WEBPLUGINS_FILES=libmozsvgdec.so .include "${PORTSDIR}/www/firefox/Makefile.webplugins" CONFIGURE_ENV+= MOZILLA_CONFIG=no @@ -62,7 +62,7 @@ PLIST_SUB+= PLUGIN="@comment " post-patch: .if defined(WITH_MOZILLA_PLUGIN) -.if ${GECKO:Mlibxul}=="" +.if "${GECKO:Mlibxul}" @${REINPLACE_CMD} -e 's|mozilla-plugin|${GECKO}-plugin|g' \ ${WRKSRC}/configure .endif |