From 2317e8ab812742ac5dbcd8cd699ae504e0b5ec2e Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 28 Jul 2004 07:01:27 +0000 Subject: Fix problem shown up in the bulk build - if we're going to use the X11 libs, we might as well link them in. --- audio/kmp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/kmp') diff --git a/audio/kmp/Makefile b/audio/kmp/Makefile index 52093631fe9..d7cb8cdd70d 100644 --- a/audio/kmp/Makefile +++ b/audio/kmp/Makefile @@ -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 @@ COMMENT= Qt client for the Music Player Daemon USE_BUILDLINK3= yes USE_LANGUAGES= c++ USE_LIBTOOL= yes +USE_X11= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+= ${PREFIX} -- cgit v1.2.3