diff options
author | stefan <stefan@FreeBSD.org> | 2007-04-05 20:35:30 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2007-04-05 20:35:30 +0800 |
commit | b09ea463b1f0397b1d05178040b0ecfefdbc4e64 (patch) | |
tree | b843c82b0125a406781b25c650d75d9992c2940b /graphics/gnash | |
parent | 0b96bdf664c345733a36a07ccb00522017e0cb65 (diff) | |
download | freebsd-ports-gnome-b09ea463b1f0397b1d05178040b0ecfefdbc4e64.tar.gz freebsd-ports-gnome-b09ea463b1f0397b1d05178040b0ecfefdbc4e64.tar.zst freebsd-ports-gnome-b09ea463b1f0397b1d05178040b0ecfefdbc4e64.zip |
Disable building of klash, the konqueror plugin.
PR: 110923
Submitted by: maintainer
Diffstat (limited to 'graphics/gnash')
-rw-r--r-- | graphics/gnash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 379eef2259a7..c5f50781484d 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -Wl,--rpath,${PREFIX}/lib/gnash" \ CONFIGURE_ARGS= --libdir="${PREFIX}/lib/gnash" \ --with-plugindir=${PLUGIN_DIR} \ - --enable-jpeg + --enable-jpeg --disable-klash MAN1= gnash.1 |