summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-12-03 06:31:41 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-12-03 06:31:41 +0000
commit667c5f7c5078eb6b9e437833a0226ec80390948e (patch)
tree83576a19fe14174ac250d1d8bd1846d8ec5bffb4 /graphics
parentKatapult is a KDE application that gives you faster access to (diff)
- set PLUGIN on on all archs
PR: ports/103433 Submitted by: Dmitry Marakasov (maintainer)
Notes
Notes: svn path=/head/; revision=178653
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gnash-devel/Makefile8
-rw-r--r--graphics/gnash/Makefile8
2 files changed, 4 insertions, 12 deletions
diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile
index 9dc6e080ce0e..80a9de8726e3 100644
--- a/graphics/gnash-devel/Makefile
+++ b/graphics/gnash-devel/Makefile
@@ -36,13 +36,9 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--rpath,${PREFIX}/lib/gnash" \
CONFIGURE_ARGS= --libdir="${PREFIX}/lib/gnash" \
--with-plugindir=${PLUGIN_DIR}
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64"
OPTIONS= PLUGIN "Enable firefox plugin" on
-.else
-OPTIONS= PLUGIN "Enable firefox plugin" off
-.endif
+
+.include <bsd.port.pre.mk>
.if !defined(WITH_PLUGIN)
CONFIGURE_ARGS+= --disable-plugin
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile
index 9dc6e080ce0e..80a9de8726e3 100644
--- a/graphics/gnash/Makefile
+++ b/graphics/gnash/Makefile
@@ -36,13 +36,9 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--rpath,${PREFIX}/lib/gnash" \
CONFIGURE_ARGS= --libdir="${PREFIX}/lib/gnash" \
--with-plugindir=${PLUGIN_DIR}
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64"
OPTIONS= PLUGIN "Enable firefox plugin" on
-.else
-OPTIONS= PLUGIN "Enable firefox plugin" off
-.endif
+
+.include <bsd.port.pre.mk>
.if !defined(WITH_PLUGIN)
CONFIGURE_ARGS+= --disable-plugin