diff options
author | joerg <joerg> | 2007-02-15 14:28:16 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-15 14:28:16 +0000 |
commit | d0beb72a24ddfc2163f8a32433b5a10c6a6ffe16 (patch) | |
tree | 7903d5e465e1b687f3685c0b601f23fe86ed1359 /audio/cmus | |
parent | 56192296609feedbbd013c3e2bf55e90d92be305 (diff) | |
download | pkgsrc-d0beb72a24ddfc2163f8a32433b5a10c6a6ffe16.tar.gz |
Needs pkg-config.
Diffstat (limited to 'audio/cmus')
-rw-r--r-- | audio/cmus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index f9a68951e54..208743697d7 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/01/13 08:57:56 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2007/02/15 14:28:16 joerg Exp $ # DISTNAME= cmus-2.1.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://onion.dynserv.net/~timo/files/ COMMENT= Cmus is an ncurses based mp3/ogg player with a lot of features HAS_CONFIGURE= yes -USE_TOOLS= gmake +USE_TOOLS+= gmake pkg-config CONFIGURE_ARGS+= prefix=${PREFIX} CONFIGURE_ARGS+= CONFIG_ALSA=n |