diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-08 20:39:37 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-08 20:39:37 +0800 |
commit | 978d1935a2bae8d7608aacf80c3d6979bdd69691 (patch) | |
tree | 79efc62a064d09f1ea945a4d46e165dd4ce7bf5d | |
parent | 0c35d9e0fd4f6e25299f9e0ccf54a54b9171633e (diff) | |
download | freebsd-ports-gnome-978d1935a2bae8d7608aacf80c3d6979bdd69691.tar.gz freebsd-ports-gnome-978d1935a2bae8d7608aacf80c3d6979bdd69691.tar.zst freebsd-ports-gnome-978d1935a2bae8d7608aacf80c3d6979bdd69691.zip |
Unbreak
-rw-r--r-- | audio/py-fastaudio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-fastaudio/Makefile b/audio/py-fastaudio/Makefile index d99738dda0b3..cdc70039e60d 100644 --- a/audio/py-fastaudio/Makefile +++ b/audio/py-fastaudio/Makefile @@ -23,7 +23,7 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/fastaudio.so PLIST_DIRS= EXAMPLESDIR= ${LOCALBASE}/share/examples/py-${PORTNAME} -USES= zip +USES= zip:infozip NO_STAGE= yes USE_PYTHON= yes USE_PYDISTUTILS=yes |