diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 00:38:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 00:38:00 +0800 |
commit | 687c839315eefb81d0ff35d859879941ba84eab3 (patch) | |
tree | 4a763a23b7382a8c937ccd9826b459ad9ccec255 /net-im/py-skype4py | |
parent | 80888a1f6e766e49ea840e20dfaaed7d0bee83f3 (diff) | |
download | freebsd-ports-gnome-687c839315eefb81d0ff35d859879941ba84eab3.tar.gz freebsd-ports-gnome-687c839315eefb81d0ff35d859879941ba84eab3.tar.zst freebsd-ports-gnome-687c839315eefb81d0ff35d859879941ba84eab3.zip |
Convert n* to USES=zip
Diffstat (limited to 'net-im/py-skype4py')
-rw-r--r-- | net-im/py-skype4py/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/py-skype4py/Makefile b/net-im/py-skype4py/Makefile index cc2cf62bb531..f76967f954d7 100644 --- a/net-im/py-skype4py/Makefile +++ b/net-im/py-skype4py/Makefile @@ -17,6 +17,6 @@ PYDISTUTILS_AUTOPLIST= yes USE_PYDISTUTILS= easy_install USE_PYTHON= 2 -USE_ZIP= yes +USES= zip .include <bsd.port.mk> |