pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/diffuse Mark as only for python 2.4 and 2.5, and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b05745f1440
branches:  trunk
changeset: 551184:2b05745f1440
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 09 14:23:31 2008 +0000

description:
Mark as only for python 2.4 and 2.5, and py-gtk2>=2.10.

diffstat:

 devel/diffuse/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 804bbd680f21 -r 2b05745f1440 devel/diffuse/Makefile
--- a/devel/diffuse/Makefile    Tue Dec 09 14:20:08 2008 +0000
+++ b/devel/diffuse/Makefile    Tue Dec 09 14:23:31 2008 +0000
@@ -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 @@
 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 @@
 
 .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"



Home | Main Index | Thread Index | Old Index