From 6437e4c3a2f034f3894b100cb4fb42fd709feb4c Mon Sep 17 00:00:00 2001 From: asami Date: Tue, 14 Nov 2000 01:14:24 +0000 Subject: Use USE_PYTHON. --- audio/mutemix/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/mutemix') 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} -- cgit