diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-10 22:54:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-10 22:54:41 +0800 |
commit | 493868bfa9baa0fa6fe55ac02edc19799e2f3838 (patch) | |
tree | 8ebac364a5814c005c93d6ffcc314775c4d2a5e5 /irc/xchat-fish | |
parent | f27756246f470be94e925ed1ed91cf46696d5dac (diff) | |
download | freebsd-ports-gnome-493868bfa9baa0fa6fe55ac02edc19799e2f3838.tar.gz freebsd-ports-gnome-493868bfa9baa0fa6fe55ac02edc19799e2f3838.tar.zst freebsd-ports-gnome-493868bfa9baa0fa6fe55ac02edc19799e2f3838.zip |
Convert i* to USES=zip
Diffstat (limited to 'irc/xchat-fish')
-rw-r--r-- | irc/xchat-fish/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/irc/xchat-fish/Makefile b/irc/xchat-fish/Makefile index bbc4e1b89896..fcc24acc4885 100644 --- a/irc/xchat-fish/Makefile +++ b/irc/xchat-fish/Makefile @@ -17,8 +17,7 @@ COMMENT= An encryption plugin for XChat BUILD_DEPENDS= ${LOCALBASE}/lib/libmiracl.a:${PORTSDIR}/math/miracl RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat -USE_ZIP= yes -USES= dos2unix +USES= dos2unix zip NO_WRKSUBDIR= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} CCFLAGS+= -Wall -O2 -I${LOCALBASE}/include |