diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-09 19:42:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-09-09 19:42:46 +0000 |
commit | 30a00f2227a3e53b607331247c81c2911c1e98ef (patch) | |
tree | b3bdcd25b598432ef78aefb0f72e9412f429eee4 /graphics/gnash | |
parent | fc3bdd2b5bc1f418653dc07e3f7734890f957654 (diff) | |
download | ports-30a00f2227a3e53b607331247c81c2911c1e98ef.tar.gz ports-30a00f2227a3e53b607331247c81c2911c1e98ef.zip |
Notes
Diffstat (limited to 'graphics/gnash')
-rw-r--r-- | graphics/gnash/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index a321684ba2dd..28e8c61fd572 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -36,8 +36,7 @@ CONFIGURE_ARGS= --with-boost-incl="${LOCALBASE}/include" \ --with-plugins-install=prefix \ --sysconfdir="${SYSCONFIGDIR}" \ --disable-kparts3 \ - --disable-jemalloc \ - --disable-silent-rules + --disable-jemalloc GNASHVER= ${PORTVERSION} CONFIG_FILES= gnashpluginrc gnashrc |