summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-04-07 05:26:59 +0000
committerwiz <wiz@pkgsrc.org>2009-04-07 05:26:59 +0000
commiteed17a232592ab39ff6ed8c9cfc4dbde8ad98a17 (patch)
tree4775643004cfaf891900b8d21c23c02a99bb1d5b /audio
parent300687b3f536500bcea920dcc02b4cb6934ea225 (diff)
downloadpkgsrc-eed17a232592ab39ff6ed8c9cfc4dbde8ad98a17.tar.gz
Depend on python>=2.4 and py-gtk2>=2.14, per changelog.
Diffstat (limited to 'audio')
-rw-r--r--audio/solfege/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile
index 1ce48212487..27c7e002b2b 100644
--- a/audio/solfege/Makefile
+++ b/audio/solfege/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2009/04/07 05:07:03 schmonz Exp $
+# $NetBSD: Makefile,v 1.19 2009/04/07 05:26:59 wiz Exp $
#
DISTNAME= solfege-3.14.1
@@ -63,8 +63,10 @@ post-install:
${PREFIX}/share/solfege/soundcard \
${PREFIX}/share/solfege/src
+PYTHON_VERSIONS_INCOMPATIBLE= 23
.include "../../lang/python/application.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
+BUILDLINK_API_DEPENDS.pygtk2+= ${PYPKGPREFIX}-gtk2>=2.14
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"