diff options
author | marcus <marcus@FreeBSD.org> | 2009-05-03 01:24:29 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-05-03 01:24:29 +0800 |
commit | 38bfd8bea2083bff38a9e6a126524691436ea7a8 (patch) | |
tree | 1cdb080c4cc7c70d2a5306c436abaaa6326bb30a /graphics | |
parent | 2cea0c671ffee96859338e2c8a8083315d3f37bd (diff) | |
download | freebsd-ports-gnome-38bfd8bea2083bff38a9e6a126524691436ea7a8.tar.gz freebsd-ports-gnome-38bfd8bea2083bff38a9e6a126524691436ea7a8.tar.zst freebsd-ports-gnome-38bfd8bea2083bff38a9e6a126524691436ea7a8.zip |
Do not do the REINPLACE on the plug-in pkg-config name if our Gecko
provider is libxul.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/librsvg2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 33399035f926..5ddecc27de70 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -62,8 +62,10 @@ PLIST_SUB+= PLUGIN="@comment " post-patch: .if defined(WITH_MOZILLA_PLUGIN) +.if ${GECKO:Mlibxul}=="" @${REINPLACE_CMD} -e 's|mozilla-plugin|${GECKO}-plugin|g' \ ${WRKSRC}/configure +.endif @${REINPLACE_CMD} -e 's|[$$][(]libdir[)]/mozilla/plugins|${WEBPLUGINS_DIR}|g' \ ${WRKSRC}/moz-plugin/Makefile.in .endif |