diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 01:37:38 +0800 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-16 01:37:38 +0800 |
commit | 1c7521fb6280b81cb866d0d843dd257b0f91a65d (patch) | |
tree | 03589d1e7ec96a98d4c92d37cf3de664d5e68b70 /audio/py-pyaudio | |
parent | 3ee60a37282fc09f80aa4d0378bec95ee963ff8d (diff) | |
download | freebsd-ports-gnome-1c7521fb6280b81cb866d0d843dd257b0f91a65d.tar.gz freebsd-ports-gnome-1c7521fb6280b81cb866d0d843dd257b0f91a65d.tar.zst freebsd-ports-gnome-1c7521fb6280b81cb866d0d843dd257b0f91a65d.zip |
Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions.
Diffstat (limited to 'audio/py-pyaudio')
-rw-r--r-- | audio/py-pyaudio/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/py-pyaudio/Makefile b/audio/py-pyaudio/Makefile index 4eb03681a667..822df3b3b134 100644 --- a/audio/py-pyaudio/Makefile +++ b/audio/py-pyaudio/Makefile @@ -10,8 +10,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jaap@NLnetLabs.nl COMMENT= Portaudio toolkit bindings for Python -OPTIONS_DEFINE= DOCS - LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio2 USE_PYTHON= yes |