pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/csound-dev Use bl3 and USE_X11. The latter is n...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4ba86f0e1cae
branches: trunk
changeset: 470809:4ba86f0e1cae
user: snj <snj%pkgsrc.org@localhost>
date: Fri Mar 12 02:20:17 2004 +0000
description:
Use bl3 and USE_X11. The latter is needed to make this build for me.
diffstat:
audio/csound-dev/Makefile | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r 81973bece6ec -r 4ba86f0e1cae audio/csound-dev/Makefile
--- a/audio/csound-dev/Makefile Fri Mar 12 02:06:42 2004 +0000
+++ b/audio/csound-dev/Makefile Fri Mar 12 02:20:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/03/08 23:40:18 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2004/03/12 02:20:17 snj Exp $
#
DISTNAME= Csound-4.24.1
@@ -20,10 +20,11 @@
DIST_SUBDIR= csound
GCC_REQD= 3.0
USE_GNU_TOOLS+= make
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
+USE_X11= yes
CONFLICTS= csound-bath*
-.include "../../x11/fltk/buildlink2.mk"
-.include "../../mk/ossaudio.buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../x11/fltk/buildlink3.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index