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/py-irc/Makefile | |
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/py-irc/Makefile')
-rw-r--r-- | irc/py-irc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/py-irc/Makefile b/irc/py-irc/Makefile index b7e153db11d7..a6a19f67c49c 100644 --- a/irc/py-irc/Makefile +++ b/irc/py-irc/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools \ USE_PYTHON= yes USE_PYDISTUTILS=easy_install PYDISTUTILS_AUTOPLIST= yes -USE_ZIP= yes +USES= zip PORTEXAMPLES= irccat.py irccat2.py servermap.py testbot.py \ dccreceive.py dccsend.py |