diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 01:14:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 01:14:24 +0000 |
commit | 5174791d3eefbf237f98b4ced14a6f48dd4a7390 (patch) | |
tree | 05b15c7b4cb1a86ccb10fa9fc0dfcf9b401492fa /audio | |
parent | Shlib 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/Makefile | 3 |
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} |