diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 15:48:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 15:48:59 +0000 |
commit | e06f3ca1c92ec2e41d673716b75f54a03e4a816f (patch) | |
tree | 6bf2b5ff4d73c55474cc15aa0461c9e1f639135d /audio/portaudio/Makefile | |
parent | af8d1ef59ecb3fb312e77b125f1f6af12fa058cd (diff) | |
download | ports-e06f3ca1c92ec2e41d673716b75f54a03e4a816f.tar.gz ports-e06f3ca1c92ec2e41d673716b75f54a03e4a816f.zip |
Convert to rest of a* to USES=zip
Notes
Notes:
svn path=/head/; revision=347401
Diffstat (limited to 'audio/portaudio/Makefile')
-rw-r--r-- | audio/portaudio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/portaudio/Makefile b/audio/portaudio/Makefile index 273efefed718..333db109d919 100644 --- a/audio/portaudio/Makefile +++ b/audio/portaudio/Makefile @@ -13,8 +13,7 @@ COMMENT= Portable cross-platform Audio API LICENSE= MIT -USES= gmake dos2unix -USE_ZIP= yes +USES= gmake dos2unix zip GNU_CONFIGURE= yes MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} USE_LDCONFIG= yes |