diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-27 20:43:48 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-27 20:43:48 +0800 |
commit | 43a179a86b840f6eab079e5d5fa481444bfdba71 (patch) | |
tree | a3bb9e5354ff01d418ae3eaebf3796d3dfcb98e6 /net-p2p | |
parent | 8de6f2a03357808edfe60fec0f9807202834504c (diff) | |
download | freebsd-ports-gnome-43a179a86b840f6eab079e5d5fa481444bfdba71.tar.gz freebsd-ports-gnome-43a179a86b840f6eab079e5d5fa481444bfdba71.tar.zst freebsd-ports-gnome-43a179a86b840f6eab079e5d5fa481444bfdba71.zip |
Convert to USES=scons
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/unworkable/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/unworkable/Makefile b/net-p2p/unworkable/Makefile index 03db479c52a4..b6e78bd31f3f 100644 --- a/net-p2p/unworkable/Makefile +++ b/net-p2p/unworkable/Makefile @@ -11,10 +11,9 @@ COMMENT= A Free BitTorrent Implementation LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent -USE_SCONS= yes +USES= scons USE_OPENSSL= yes -SCONS_BUILDENV= ${SCONS_ENV} WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/unworkable man/man1/unworkable.1.gz |