summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-12-08 15:31:32 +0000
committerlofi <lofi@FreeBSD.org>2004-12-08 15:31:32 +0000
commiteefe25e7d52fa51d2a4737df878fb67d08372cb1 (patch)
tree8c5a4fca6e90c7d10f1f0b88c133cc2c206659d5 /graphics
parentb1f83df81017dcfe2946616a6356c22a382d4acb (diff)
downloadFreeBSD-ports-eefe25e7d52fa51d2a4737df878fb67d08372cb1.zip
FreeBSD-ports-eefe25e7d52fa51d2a4737df878fb67d08372cb1.tar.gz
PyQt doesn't like python 2.4, restrict it and ports depending on it to
python 2.3 for the time being.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/imgseek/Makefile2
-rw-r--r--graphics/lphoto/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imgseek/Makefile b/graphics/imgseek/Makefile
index cd0d45f..e8111eb 100644
--- a/graphics/imgseek/Makefile
+++ b/graphics/imgseek/Makefile
@@ -20,7 +20,7 @@ BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt \
USE_CONFIGURE= no
USE_PYDISTUTILS= yes
-USE_PYTHON= yes
+USE_PYTHON= 2.3
USE_BZIP2= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= ${PYTHON_SITELIBDIR}/imgSeekLib
diff --git a/graphics/lphoto/Makefile b/graphics/lphoto/Makefile
index d4e47f3..be255e0 100644
--- a/graphics/lphoto/Makefile
+++ b/graphics/lphoto/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= gphoto2:${PORTSDIR}/graphics/gphoto2 \
kdepyuic:${PORTSDIR}/x11-toolkits/py-kde
USE_REINPLACE= yes
-USE_PYTHON= yes
+USE_PYTHON= 2.3
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
OpenPOWER on IntegriCloud