diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-26 13:11:25 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-26 13:11:25 +0800 |
commit | d027eea0fa068663203cda4eabf8eb8c77f50c2d (patch) | |
tree | 4d62d83626422f751dd3ca8ec656571f855c717b /graphics/librsvg2 | |
parent | 7e5373c3d4f0dcae016e5d41e02e0d569db4611c (diff) | |
download | marcuscom-ports-d027eea0fa068663203cda4eabf8eb8c77f50c2d.tar.gz marcuscom-ports-d027eea0fa068663203cda4eabf8eb8c77f50c2d.tar.zst marcuscom-ports-d027eea0fa068663203cda4eabf8eb8c77f50c2d.zip |
- Move Mk/bsd.mozilla.mk to www/mozilla/bsd.gecko.mk
Requested by: marcus and mezz
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5218 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/librsvg2')
-rw-r--r-- | graphics/librsvg2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 7ea8fd9e8..d700cc7cb 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.77 2005/11/24 03:12:18 ahze Exp $ +# $MCom: ports/graphics/librsvg2/Makefile,v 1.78 2005/11/26 04:56:55 ahze Exp $ # PORTNAME= librsvg2 @@ -52,6 +52,7 @@ OPTIONS= MOZILLA_PLUGIN "Enable the SVG browser plug-in" no .if defined(WITH_MOZILLA_PLUGIN) USE_GECKO= firefox mozilla seamonkey thunderbird +.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" CONFIGURE_ENV+= MOZILLA_CONFIG=no CONFIGURE_ARGS+=--enable-mozilla-plugin=yes |