aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-09-27 04:26:21 +0800
committerjbeich <jbeich@FreeBSD.org>2015-09-27 04:26:21 +0800
commit07f58ea5a9a289ec45ed658bd7f70c5578b8265d (patch)
treefef35bc65591406342cb56504e12d25b444935e5 /net-p2p
parentc1f5c3bda8aa0a51459b6216cf6fcd70f52a8e8d (diff)
downloadfreebsd-ports-gnome-07f58ea5a9a289ec45ed658bd7f70c5578b8265d.tar.gz
freebsd-ports-gnome-07f58ea5a9a289ec45ed658bd7f70c5578b8265d.tar.zst
freebsd-ports-gnome-07f58ea5a9a289ec45ed658bd7f70c5578b8265d.zip
Convert my ports to USES=localbase
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/transmission-cli/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile
index 2e5b1b15b058..f8435c84a350 100644
--- a/net-p2p/transmission-cli/Makefile
+++ b/net-p2p/transmission-cli/Makefile
@@ -41,11 +41,10 @@ GEN_LIB_DEPENDS=libcurl.so:${PORTSDIR}/ftp/curl \
GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:${PORTSDIR}/www/transmission-web
# This is master port of transmission-*, so don't override USES definition
-USES+= gmake iconv libtool pkgconfig
+USES+= gmake iconv libtool localbase pkgconfig
USE_OPENSSL= yes
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include -DWITH_UTP=1
-LDFLAGS+= -L${LOCALBASE}/lib
+CPPFLAGS+= -DWITH_UTP=1
LIBS+= ${ICONV_LIB}
CONFIGURE_ARGS=--with-zlib=/usr \
--without-inotify \