diff options
author | adam <adam@pkgsrc.org> | 2004-04-21 14:33:18 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-04-21 14:33:18 +0000 |
commit | fd96d88c98070d948d2bc5d225d2aa7fbd41818b (patch) | |
tree | afdb9f7d7d890aabf7669ca9e9765ad58952a08e /chat/ekg | |
parent | 3772e46c97b6ac18576011c16a26a7ba708234a3 (diff) | |
download | pkgsrc-fd96d88c98070d948d2bc5d225d2aa7fbd41818b.tar.gz |
Added PKGCONFIG_OVERRIDE
Diffstat (limited to 'chat/ekg')
-rw-r--r-- | chat/ekg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/ekg/Makefile b/chat/ekg/Makefile index 842d4ebf57e..0188827bd12 100644 --- a/chat/ekg/Makefile +++ b/chat/ekg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/03/26 20:34:26 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2004/04/21 14:33:18 adam Exp $ # DISTNAME= ekg-1.4 @@ -17,6 +17,7 @@ USE_GNU_READLINE= YES USE_LIBTOOL= YES USE_NCURSES= YES # ncurses internals GNU_CONFIGURE= YES +PKGCONFIG_OVERRIDE= lib/libgadu.pc.in CONFIGURE_ARGS+= --enable-ui-ncurses CONFIGURE_ARGS+= --enable-ui-readline |