diff options
author | agc <agc@pkgsrc.org> | 2004-07-28 07:01:27 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-07-28 07:01:27 +0000 |
commit | 22673667a4ec64197f20694032f74a82c78d09e8 (patch) | |
tree | 0d6825b7b5fc3bdfd04c5ea24be3348fbc8613e4 /audio | |
parent | 15e5ad283c4d60d42ccacd22bcd97a5179c99952 (diff) | |
download | pkgsrc-22673667a4ec64197f20694032f74a82c78d09e8.tar.gz |
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 (limited to 'audio')
-rw-r--r-- | audio/kmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |