diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 17:37:38 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 17:37:38 +0000 |
| commit | 1c7521fb6280b81cb866d0d843dd257b0f91a65d (patch) | |
| tree | 03589d1e7ec96a98d4c92d37cf3de664d5e68b70 /audio/py-openal | |
| parent | - Unbreak (diff) | |
Correct all instances where OPTIONS_DEFINE was being overwritten
by multiple definitions.
Notes
Notes:
svn path=/head/; revision=361986
Diffstat (limited to 'audio/py-openal')
| -rw-r--r-- | audio/py-openal/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/py-openal/Makefile b/audio/py-openal/Makefile index 8a9b2816b791..1aa86942ded0 100644 --- a/audio/py-openal/Makefile +++ b/audio/py-openal/Makefile @@ -12,7 +12,7 @@ DISTNAME= PyOpenAL-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= PyOpenAL is a binding of OpenAL for Python -OPTIONS_DEFINE= EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES DIST_SUBDIR= python USES= openal:al,alut @@ -23,8 +23,6 @@ WRKSRC= ${WRKDIR}/PyOpenAL-${PORTVERSION} EXAMPLESDIR= ${PREFIX}/share/examples/py-openal PORTEXAMPLES= * -OPTIONS_DEFINE= DOCS - post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/setup.py |
