summaryrefslogtreecommitdiff
path: root/graphics/skencil
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-04-04 09:53:12 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-04-04 09:53:12 +0000
commit9c0d74037cd7d9e74084678fb5a53a0fb6c7e374 (patch)
treeb9399ec3ba0c7cb63522a8f7460bbdc4eea87781 /graphics/skencil
parentMaxim Sobolev <sobomax@altavista.net> is the new MAINTAINER. (diff)
Separate the Python Tk module from the main port. I've been
wanting do to this for a long time now. Now we got rid of the stupid dependency on Tcl/Tk and save some checks in python's makefile. Update the dependent ports accordingly.
Notes
Notes: svn path=/head/; revision=27320
Diffstat (limited to 'graphics/skencil')
-rw-r--r--graphics/skencil/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile
index 98eeb599ce45..7bbdfd49d134 100644
--- a/graphics/skencil/Makefile
+++ b/graphics/skencil/Makefile
@@ -12,10 +12,10 @@ MASTER_SITES= http://download.sourceforge.net/sketch/
MAINTAINER= ports@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/include/python1.5/Imaging.h:${PORTSDIR}/graphics/py-imaging
-RUN_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
- ${LOCALBASE}/lib/python1.5/site-packages/_imaging.so:${PORTSDIR}/graphics/py-imaging \
- ${LOCALBASE}/lib/python1.5/site-packages/xml/__init__.py:${PORTSDIR}/textproc/py-xml
+BUILD_DEPENDS= ${PREFIX}/include/python1.5/Imaging.h:${PORTSDIR}/graphics/py-imaging
+RUN_DEPENDS= ${PREFIX}/lib/python1.5/site-packages/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+ ${PREFIX}/lib/python1.5/site-packages/_imaging.so:${PORTSDIR}/graphics/py-imaging \
+ ${PREFIX}/lib/python1.5/site-packages/xml/__init__.py:${PORTSDIR}/textproc/py-xml
SKETCHDIR= ${PREFIX}/share/sketch
SKETCHDOCDIR= ${PREFIX}/share/doc/sketch