Fix problem shown up in the bulk build - if we're going to use the X11
libs, we might as well link them in.
This commit is contained in:
parent
b8ff1e6d93
commit
2317e8ab81
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue