pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/kmp Fix problem shown up in the bulk build - if ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e395a4078659
branches:  trunk
changeset: 478668:e395a4078659
user:      agc <agc%pkgsrc.org@localhost>
date:      Wed Jul 28 07:01:27 2004 +0000

description:
Fix problem shown up in the bulk build - if we're going to use the X11
libs, we might as well link them in.

diffstat:

 audio/kmp/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e492b134a524 -r e395a4078659 audio/kmp/Makefile
--- a/audio/kmp/Makefile        Wed Jul 28 02:51:31 2004 +0000
+++ b/audio/kmp/Makefile        Wed Jul 28 07:01:27 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/05/02 04:30:09 grant Exp $
+# $NetBSD: Makefile,v 1.2 2004/07/28 07:01:27 agc Exp $
 
 DISTNAME=              kmp-0.01
 CATEGORIES=            audio
@@ -12,6 +12,7 @@
 USE_BUILDLINK3=                yes
 USE_LANGUAGES=         c++
 USE_LIBTOOL=           yes
+USE_X11=               yes
 HAS_CONFIGURE=         yes
 CONFIGURE_ARGS+=       ${PREFIX}
 



Home | Main Index | Thread Index | Old Index