diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-09-26 20:26:21 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-09-26 20:26:21 +0000 |
commit | 00d46342115a78b5c8254ee7a08c6ffdbf1f7b2d (patch) | |
tree | fef35bc65591406342cb56504e12d25b444935e5 /net-p2p | |
parent | d76aaa066388b7a35761a72f50f87858d870116d (diff) | |
download | ports-00d46342115a78b5c8254ee7a08c6ffdbf1f7b2d.tar.gz ports-00d46342115a78b5c8254ee7a08c6ffdbf1f7b2d.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 5 |
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 \ |