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/libbt | |
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/libbt')
-rw-r--r-- | net-p2p/libbt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/libbt/Makefile b/net-p2p/libbt/Makefile index 5432dedc1ea9..70dadbbeb50a 100644 --- a/net-p2p/libbt/Makefile +++ b/net-p2p/libbt/Makefile @@ -13,7 +13,7 @@ COMMENT= C library implementing the core BitTorrent protocol LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |