diff options
author | joerg <joerg@pkgsrc.org> | 2009-09-07 19:02:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-09-07 19:02:13 +0000 |
commit | 9a2074208a4150656758529617b71904311ce3fc (patch) | |
tree | a32b43bedb61c01f43058cd8394b9464563c3fc5 /audio/solfege/Makefile | |
parent | 17b23237e84305c5999403dc364ee1f90d1a1e55 (diff) | |
download | pkgsrc-9a2074208a4150656758529617b71904311ce3fc.tar.gz |
Retire Python 2.3 support.
Diffstat (limited to 'audio/solfege/Makefile')
-rw-r--r-- | audio/solfege/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 5a336680a02..10401634560 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2009/08/26 19:57:12 sno Exp $ +# $NetBSD: Makefile,v 1.23 2009/09/07 19:02:13 joerg Exp $ # DISTNAME= solfege-3.14.1 @@ -62,7 +62,6 @@ post-install: ${DESTDIR}${PREFIX}/share/solfege/soundcard \ ${DESTDIR}${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" |