diff options
Diffstat (limited to 'audio/py-openal/Makefile')
-rw-r--r-- | audio/py-openal/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/py-openal/Makefile b/audio/py-openal/Makefile index 1b786f1e17d5..5098c3603776 100644 --- a/audio/py-openal/Makefile +++ b/audio/py-openal/Makefile @@ -16,6 +16,9 @@ COMMENT= PyOpenAL is a binding of OpenAL for Python LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-08-15 + OPTIONS_DEFINE= DOCS EXAMPLES USES= openal:al,alut python:2.7 |