diff options
author | joerg <joerg@pkgsrc.org> | 2008-08-11 15:21:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-08-11 15:21:04 +0000 |
commit | d8fd3b86e648e97631508d89c174cb1147721831 (patch) | |
tree | 63bf47fd2ad6db4b89976b3b5837efb2b6c30110 /audio/mpg123-esound | |
parent | 78c67c70bcea92acd0a13f2b927a8cb88fa59953 (diff) | |
download | pkgsrc-d8fd3b86e648e97631508d89c174cb1147721831.tar.gz |
Needs pkg-config.
Diffstat (limited to 'audio/mpg123-esound')
-rw-r--r-- | audio/mpg123-esound/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mpg123-esound/Makefile b/audio/mpg123-esound/Makefile index 00eae5e1b97..63f33895d47 100644 --- a/audio/mpg123-esound/Makefile +++ b/audio/mpg123-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/03/02 06:10:33 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2008/08/11 15:21:04 joerg Exp $ PKGNAME= mpg123-esound-${MPG123_VERSION} PKGREVISION= 7 @@ -13,6 +13,8 @@ TARGET_SUFFIX= -esd PKG_OPTIONS_VAR=PKG_OPTIONS.mpg123-esound .include "../../audio/mpg123/Makefile.common" +USE_TOOLS+= pkg-config + INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: |