diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-16 00:39:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-16 00:39:46 +0800 |
commit | 3803cfa8ed7424d2465400651888cd17494918c7 (patch) | |
tree | 70d26bebfe677927bda61ebd5934e66969bda919 /net-p2p/gnunet | |
parent | 873bb24e88b9b24b323c00dff24bfba45bc2b5b1 (diff) | |
download | freebsd-ports-gnome-3803cfa8ed7424d2465400651888cd17494918c7.tar.gz freebsd-ports-gnome-3803cfa8ed7424d2465400651888cd17494918c7.tar.zst freebsd-ports-gnome-3803cfa8ed7424d2465400651888cd17494918c7.zip |
- Convert USE_GMAKE/BZIP2 to USES
Diffstat (limited to 'net-p2p/gnunet')
-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 1732c5e0cd39..c779cfe187d3 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -32,8 +32,7 @@ OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE OPTIONS_DEFAULT= SQLITE USE_AUTOTOOLS= libltdl libtool -USE_GMAKE= yes -USES= iconv +USES= iconv gmake USE_LDCONFIG= yes CONFIGURE_ARGS = --with-daemon-home-dir=${GNUNET_DAEMON_DIR} \ |