diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-12-03 14:31:41 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-12-03 14:31:41 +0800 |
commit | afa2d1555da449804a4710f173352957b0c4aaee (patch) | |
tree | c213dcaea40608bd8c3cba82c1144185fe76dcf2 /graphics | |
parent | c7ca26e0c1f8cec386d43ad8d8b312be6d58beb0 (diff) | |
download | freebsd-ports-gnome-afa2d1555da449804a4710f173352957b0c4aaee.tar.gz freebsd-ports-gnome-afa2d1555da449804a4710f173352957b0c4aaee.tar.zst freebsd-ports-gnome-afa2d1555da449804a4710f173352957b0c4aaee.zip |
- set PLUGIN on on all archs
PR: ports/103433
Submitted by: Dmitry Marakasov (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnash-devel/Makefile | 8 | ||||
-rw-r--r-- | graphics/gnash/Makefile | 8 |
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 |