aboutsummaryrefslogtreecommitdiff
path: root/graphics/skencil
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2007-10-25 22:20:44 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2007-10-25 22:20:44 +0000
commitd8a8cb8b6230203f6afe62cf0d674fba247cff22 (patch)
treee47ebe26e9435e0086e5bc8efa0421cd428e97bb /graphics/skencil
parent0a5607536002794f4aacce6a4303c9c981a2dba0 (diff)
downloadports-d8a8cb8b6230203f6afe62cf0d674fba247cff22.tar.gz
ports-d8a8cb8b6230203f6afe62cf0d674fba247cff22.zip
Notes
Diffstat (limited to 'graphics/skencil')
-rw-r--r--graphics/skencil/Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile
index 2a7d165a757e..3d104e24888d 100644
--- a/graphics/skencil/Makefile
+++ b/graphics/skencil/Makefile
@@ -7,7 +7,7 @@
PORTNAME= skencil
PORTVERSION= 0.6.17
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sketch
@@ -21,7 +21,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinte
${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab \
${PYXML}
-USE_PYTHON= yes
+# Core dump with Python 2.5, see ports/115926.
+USE_PYTHON= -2.4
USE_PYDISTUTILS= yes
PYDISTUTILS_NOEGGINFO= yes
@@ -33,6 +34,12 @@ SKETCHDOCS= BUGS Doc NEWS PROJECTS README TODO
SKETCHSCRIPTS= finishinst.py sk2ppm.py sk2ps.py skconvert.py skencil.py \
skshow.py
+.include <bsd.port.pre.mk>
+
+.if defined(PACKAGE_BUILDING) && ${PYTHON_VERSION} != ${PYTHON_DEFAULT_VERSION}
+IGNORE= needs Python ${PYTHON_VER} as default on pointyhat/TB
+.endif
+
do-configure:
@(cd ${WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} \
@@ -66,4 +73,4 @@ do-install:
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>