summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-26 20:15:09 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-26 20:15:09 +0000
commitfcf019c3bea87c8d22339474298b226fe754f823 (patch)
tree4603f206207bbcbc2b2ac7080e992383baef6905 /audio
parent59fc75df35ca41d7b47f962cbad6f39f1c7a548e (diff)
downloadpkgsrc-fcf019c3bea87c8d22339474298b226fe754f823.tar.gz
Modular Xorg support. Do a full dependency on TCL. Not sure if this
changed the package, so bump revision.
Diffstat (limited to 'audio')
-rw-r--r--audio/rosegarden/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/rosegarden/Makefile b/audio/rosegarden/Makefile
index e137e749af5..5d0e7fc6277 100644
--- a/audio/rosegarden/Makefile
+++ b/audio/rosegarden/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2006/06/12 23:23:45 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2007/01/26 20:15:09 joerg Exp $
DISTNAME= rosegarden-2.1pl4
PKGNAME= rosegarden-2.1.4
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.cannam.demon.co.uk/rosegarden/distribution/
@@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.rosegardenmusic.com/
COMMENT= Notation editor & MIDI sequencer
-DEPENDS+= tcl-[0-9]*:../../lang/tcl
-
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
@@ -20,9 +18,9 @@ MAKE_ENV+= GCC=yes
INSTALLATION_DIRS+= bin lib/X11/app-defaults
-.include "../../mk/x11.buildlink3.mk"
-
post-extract:
cd ${WRKSRC} && ${MV} Rosegarden Rosegarden.in
+.include "../../x11/libXaw/buildlink3.mk"
+.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"