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/pircbot | |
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/pircbot')
-rw-r--r-- | irc/pircbot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/pircbot/Makefile b/irc/pircbot/Makefile index 01435df47014..f99147218f9a 100644 --- a/irc/pircbot/Makefile +++ b/irc/pircbot/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.jibble.org/files/ \ MAINTAINER= tdb@FreeBSD.org COMMENT= PircBot Java IRC Bot Framework -USE_ZIP= yes +USES= zip NO_BUILD= yes USE_JAVA= yes |