diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 00:45:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 00:45:37 +0800 |
commit | 52f2eaf91f4cd8fd145d7e3e26bcf75231a7fecb (patch) | |
tree | 3504a0effa84d51ccaecf06127a496b66c8582ee /palm | |
parent | 687c839315eefb81d0ff35d859879941ba84eab3 (diff) | |
download | freebsd-ports-gnome-52f2eaf91f4cd8fd145d7e3e26bcf75231a7fecb.tar.gz freebsd-ports-gnome-52f2eaf91f4cd8fd145d7e3e26bcf75231a7fecb.tar.zst freebsd-ports-gnome-52f2eaf91f4cd8fd145d7e3e26bcf75231a7fecb.zip |
Convert p* to USES=zip
Diffstat (limited to 'palm')
-rw-r--r-- | palm/iSiloXC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/iSiloXC/Makefile b/palm/iSiloXC/Makefile index a5ce3aa59b8c..af1de59885f4 100644 --- a/palm/iSiloXC/Makefile +++ b/palm/iSiloXC/Makefile @@ -12,7 +12,7 @@ COMMENT= Converts documents from text/html files or URLs to iSilo format LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x -USE_ZIP= yes +USES= zip NO_BUILD= yes NO_WRKSUBDIR= yes ONLY_FOR_ARCHS= i386 |