diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 14:34:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 14:34:17 +0000 |
commit | 56e91c779610c7ac79c4aee48b69469dd664f08f (patch) | |
tree | afe1abce5827c4d87b0d34d2562dc4842a149d56 | |
parent | c6d415947e4411e72e8be337ec9317ff208f5293 (diff) | |
download | pkgsrc-56e91c779610c7ac79c4aee48b69469dd664f08f.tar.gz |
Needs pkg-config.
-rw-r--r-- | audio/terminatorx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile index 95892842f0d..2ee08cda2f2 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/05/15 18:37:20 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/06/11 14:34:17 joerg Exp $ # DISTNAME= terminatorX-3.82 @@ -18,6 +18,7 @@ DEPENDS+= vorbis-tools-[0-9]*:../../audio/vorbis-tools USE_LANGUAGES= c c++ USE_LIBTOOL= yes +USE_TOOLS+= pkg-config GNU_CONFIGURE= yes LIBS+= ${LIBOSSAUDIO} |