diff options
author | adam <adam> | 2004-04-21 14:33:18 +0000 |
---|---|---|
committer | adam <adam> | 2004-04-21 14:33:18 +0000 |
commit | 442153624f5f3c3a9874b1e59608f042f5fcac23 (patch) | |
tree | afdb9f7d7d890aabf7669ca9e9765ad58952a08e /chat/ekg | |
parent | 7a02549d588d8a6d63c1ef6312232a96cadf108b (diff) | |
download | pkgsrc-442153624f5f3c3a9874b1e59608f042f5fcac23.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 |