diff options
-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} |