diff options
author | obrien <obrien@FreeBSD.org> | 2006-09-10 08:11:27 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2006-09-10 08:11:27 +0800 |
commit | c45212eedadc09f4c93769ec9b1f575279e512bb (patch) | |
tree | 68905363ec2abe5b52b6835170f26ffa92923852 /graphics | |
parent | 4fca263cce7fb309efad765ee549eba8281c1c11 (diff) | |
download | freebsd-ports-gnome-c45212eedadc09f4c93769ec9b1f575279e512bb.tar.gz freebsd-ports-gnome-c45212eedadc09f4c93769ec9b1f575279e512bb.tar.zst freebsd-ports-gnome-c45212eedadc09f4c93769ec9b1f575279e512bb.zip |
Enable plug-in by default on AMD64 as www/flashplugin* are i386-only.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnash-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/gnash/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile index 0a36eae4d246..9777fba53db1 100644 --- a/graphics/gnash-devel/Makefile +++ b/graphics/gnash-devel/Makefile @@ -34,7 +34,11 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--rpath,${PREFIX}/lib/gnash" CONFIGURE_ARGS= --libdir="${PREFIX}/lib/gnash" \ --with-plugindir=${PLUGIN_DIR} +.if ${MACHINE_ARCH:L} == "amd64" +OPTIONS= PLUGIN "Enable firefox plugin" on +.else OPTIONS= PLUGIN "Enable firefox plugin" off +.endif .include <bsd.port.pre.mk> diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 0a36eae4d246..9777fba53db1 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -34,7 +34,11 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--rpath,${PREFIX}/lib/gnash" CONFIGURE_ARGS= --libdir="${PREFIX}/lib/gnash" \ --with-plugindir=${PLUGIN_DIR} +.if ${MACHINE_ARCH:L} == "amd64" +OPTIONS= PLUGIN "Enable firefox plugin" on +.else OPTIONS= PLUGIN "Enable firefox plugin" off +.endif .include <bsd.port.pre.mk> |