diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/hydrogen/Makefile | 8 | ||||
-rw-r--r-- | audio/qsynth/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/audio/hydrogen/Makefile b/audio/hydrogen/Makefile index 93830991772..1b4455c3394 100644 --- a/audio/hydrogen/Makefile +++ b/audio/hydrogen/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2006/02/05 23:08:09 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2006/03/03 01:31:41 minskim Exp $ DISTNAME= hydrogen-0.8.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hydrogen/} @@ -23,8 +23,4 @@ CONFIGURE_ARGS+= --with-xinerama .include "../../audio/libhydrogen/buildlink3.mk" .include "../../x11/qt3-libs/buildlink3.mk" .include "../../x11/qt3-tools/buildlink3.mk" -# XXX Please verify whether qt3-tools is really needed at run-time. -# If it is, then remove this comment. If it is not, then remove -# this comment and the line below, and bump PKGREVISION. -BUILDLINK_DEPMETHOD.qt3-tools= full .include "../../mk/bsd.pkg.mk" diff --git a/audio/qsynth/Makefile b/audio/qsynth/Makefile index bec51116b8c..140f7ff4d4e 100644 --- a/audio/qsynth/Makefile +++ b/audio/qsynth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/02/05 23:08:13 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2006/03/03 01:31:41 minskim Exp $ DISTNAME= qsynth-0.2.4 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qsynth/} @@ -27,8 +27,4 @@ do-install: .include "../../audio/fluidsynth/buildlink3.mk" .include "../../x11/qt3-tools/buildlink3.mk" -# XXX Please verify whether qt3-tools is really needed at run-time. -# If it is, then remove this comment. If it is not, then remove -# this comment and the line below, and bump PKGREVISION. -BUILDLINK_DEPMETHOD.qt3-tools= full .include "../../mk/bsd.pkg.mk" |