summaryrefslogtreecommitdiff
path: root/devel/diffuse
diff options
context:
space:
mode:
authorwiz <wiz>2008-12-09 14:23:31 +0000
committerwiz <wiz>2008-12-09 14:23:31 +0000
commit6888928d3c7b54e9f35be19ceaf6176d9f2586a6 (patch)
tree5eba3e36c08abb7af395b979b8db127382e5552c /devel/diffuse
parent407ac789c65c20c855e705f1a5a1b5b2980d4a41 (diff)
downloadpkgsrc-6888928d3c7b54e9f35be19ceaf6176d9f2586a6.tar.gz
Mark as only for python 2.4 and 2.5, and py-gtk2>=2.10.
Diffstat (limited to 'devel/diffuse')
-rw-r--r--devel/diffuse/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/diffuse/Makefile b/devel/diffuse/Makefile
index f41b848ad0e..a856927eec2 100644
--- a/devel/diffuse/Makefile
+++ b/devel/diffuse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/12/09 14:19:21 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2008/12/09 14:23:31 wiz Exp $
#
DISTNAME= diffuse-0.2.15
@@ -19,6 +19,7 @@ INSTALLATION_DIRS+= share/gnome/help/diffuse
CONF_FILES+= ${PREFIX}/share/examples/diffuse/diffuserc \
${PKG_SYSCONFDIR}/diffuserc
+PYTHON_VERSIONS_ACCEPTED= 25 24
REPLACE_PYTHON= src/usr/bin/diffuse
SUBST_CLASSES+= paths
@@ -53,5 +54,6 @@ do-install:
.include "../../lang/python/application.mk"
.include "../../textproc/scrollkeeper/omf.mk"
+BUILDLINK_API_DEPENDS.pygtk2+= ${PYPKGPREFIX}-gtk2>=2.10
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"