diff options
author | asami <asami@FreeBSD.org> | 2000-11-14 01:14:24 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-14 01:14:24 +0000 |
commit | 6437e4c3a2f034f3894b100cb4fb42fd709feb4c (patch) | |
tree | 204bd552e6523f89992718083defdbbb96964b5f /audio | |
parent | 27a9f09ae8e63e7f0a02b2aebf329b94ebba84b7 (diff) | |
download | FreeBSD-ports-6437e4c3a2f034f3894b100cb4fb42fd709feb4c.zip FreeBSD-ports-6437e4c3a2f034f3894b100cb4fb42fd709feb4c.tar.gz |
Use USE_PYTHON.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mutemix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mutemix/Makefile b/audio/mutemix/Makefile index a4fa359..bdf91fc 100644 --- a/audio/mutemix/Makefile +++ b/audio/mutemix/Makefile @@ -14,8 +14,9 @@ EXTRACT_SUFX= .py MAINTAINER= trevor@FreeBSD.org RUN_DEPENDS= aumix:${PORTSDIR}/audio/aumix \ - ${LOCALBASE}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter + ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter +USE_PYTHON= yes NO_BUILD= yes PLIST= ${WRKDIR}/pkg-plist WRKSRC= ${WRKDIR} |