diff options
author | wiz <wiz> | 2009-04-07 05:26:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-04-07 05:26:59 +0000 |
commit | f53c63534ac64ff337bbcd7cbeb2bc6f5e15000d (patch) | |
tree | 4775643004cfaf891900b8d21c23c02a99bb1d5b /audio/solfege | |
parent | 87d21345ba3abf0db0d461b53d4753376af6ef3a (diff) | |
download | pkgsrc-f53c63534ac64ff337bbcd7cbeb2bc6f5e15000d.tar.gz |
Depend on python>=2.4 and py-gtk2>=2.14, per changelog.
Diffstat (limited to 'audio/solfege')
-rw-r--r-- | audio/solfege/Makefile | 4 |
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" |