diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2006-09-10 00:11:27 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2006-09-10 00:11:27 +0000 |
commit | 80e9e57472c7321f5200c8f942240b51208caebf (patch) | |
tree | d620a375836789da22348f2bf15bed885f32124a /graphics/gnash | |
parent | 4e119d25d6e401bffa774b7651e3abbb91e335f8 (diff) | |
download | ports-80e9e57472c7321f5200c8f942240b51208caebf.tar.gz ports-80e9e57472c7321f5200c8f942240b51208caebf.zip |
Notes
Diffstat (limited to 'graphics/gnash')
-rw-r--r-- | graphics/gnash/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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> |