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 /net-p2p/gnunet/Makefile | |
parent | fc3bdd2b5bc1f418653dc07e3f7734890f957654 (diff) | |
download | ports-30a00f2227a3e53b607331247c81c2911c1e98ef.tar.gz ports-30a00f2227a3e53b607331247c81c2911c1e98ef.zip |
Notes
Diffstat (limited to 'net-p2p/gnunet/Makefile')
-rw-r--r-- | net-p2p/gnunet/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 4042bebb179b..d6e93fee23d8 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -30,8 +30,7 @@ USES= gmake iconv libtool pathfix pkgconfig USE_GNOME= glib20 USE_GSTREAMER1= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-silent-rules \ - --with-extractor=${LOCALBASE} \ +CONFIGURE_ARGS= --with-extractor=${LOCALBASE} \ --with-gnutls=${LOCALBASE} \ --with-libgcrypt-prefix=${LOCALBASE} \ --with-libunistring-prefix=${LOCALBASE} \ |