From fa8d336d159f08f9e33483fde0f81cbbd49363ab Mon Sep 17 00:00:00 2001 From: garga Date: Fri, 5 May 2006 11:11:02 +0000 Subject: - Change TKINTER option enabled by default to fix skencil build - bump PORTREVISION Noted by: vs Approved by: maintainer by email --- graphics/py-imaging/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index f3c05a6b2c60..e1775c59a824 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -7,7 +7,7 @@ PORTNAME= imaging PORTVERSION= 1.1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= http://effbot.org/downloads/ \ http://www.pythonware.net/storage/ @@ -31,11 +31,11 @@ PORTDOCS= * DOCDIRS= ${PREFIX}/share/doc/py-imaging EXAMPLESDIR= ${PREFIX}/share/examples/py-imaging -OPTIONS= TKINTER "Build with tkinter for X support" off +OPTIONS= TKINTER "Build with tkinter for X support" on .include -.if defined(WITH_TKINTER) || exists(${PYTHON_SITELIBDIR}/_tkinter.so) +.if !defined(WITHOUT_TKINTER) BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter PLIST_SUB+= TKINTER="" -- cgit