diff options
author | antoine <antoine@FreeBSD.org> | 2014-07-22 06:07:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-07-22 06:07:57 +0800 |
commit | bec785c9d8a1df7c7e7d43227f443ab06acdbe0c (patch) | |
tree | 3d81af070d951aa76d1d4ac1a5f463ea36ebf901 /net-p2p/transmission-cli | |
parent | 51084e1ff2741ec0fd2204e6b6b6edce99885b1a (diff) | |
download | freebsd-ports-gnome-bec785c9d8a1df7c7e7d43227f443ab06acdbe0c.tar.gz freebsd-ports-gnome-bec785c9d8a1df7c7e7d43227f443ab06acdbe0c.tar.zst freebsd-ports-gnome-bec785c9d8a1df7c7e7d43227f443ab06acdbe0c.zip |
Unbreak
Pointy hat: crees
Diffstat (limited to 'net-p2p/transmission-cli')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index ceedda057ba9..63516182dbb6 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -36,7 +36,7 @@ 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 pkgconfig iconv tar:xz +USES+= gmake pkgconfig iconv USE_OPENSSL= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -58,6 +58,8 @@ CONFIGURE_ARGS+=--enable-lightweight EXTRA_PATCHES= ${PATCHDIR}/disable-web .endif +USES+= tar:xz + DOCS= AUTHORS NEWS README DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} |