summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-11-14 01:14:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-11-14 01:14:24 +0000
commit5174791d3eefbf237f98b4ced14a6f48dd4a7390 (patch)
tree05b15c7b4cb1a86ccb10fa9fc0dfcf9b401492fa /audio
parentShlib version of ncurses is now at 5. This port still doesn't build (diff)
Use USE_PYTHON.
Notes
Notes: svn path=/head/; revision=35120
Diffstat (limited to 'audio')
-rw-r--r--audio/mutemix/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mutemix/Makefile b/audio/mutemix/Makefile
index a4fa359bbfc2..bdf91fce9c31 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}