diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-03-14 13:42:53 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-03-14 13:42:53 +0000 |
commit | 766592cdf137e5c51863d40d2e66e58f5e2a4826 (patch) | |
tree | 9777108006cdf9a81fe9f8714ba96174126bab7b /chat | |
parent | f8daf6b658a1ace170485a4cb103056db4e48fe9 (diff) | |
download | pkgsrc-766592cdf137e5c51863d40d2e66e58f5e2a4826.tar.gz |
this really wants ncurses (why was this picked up automatically
before? weird world...
Diffstat (limited to 'chat')
-rw-r--r-- | chat/centericq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile index 4d0b3711955..21e2e23834f 100644 --- a/chat/centericq/Makefile +++ b/chat/centericq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/03/10 16:56:09 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/03/14 13:42:53 hubertf Exp $ # DISTNAME= centericq-4.6.5 @@ -10,6 +10,7 @@ HOMEPAGE= http://konst.org.ua/eng/software/centericq/info.html COMMENT= Instant Messenger interface (ICQ2000, Yahoo!, and MSN support) GNU_CONFIGURE= yes +USE_NCURSES= yes .include "../../devel/ncurses/buildlink.mk" .include "../../lang/gcc/Makefile.gcc" |