diff options
-rw-r--r-- | chat/centericq/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile index 21e2e23834f..8f7685100fd 100644 --- a/chat/centericq/Makefile +++ b/chat/centericq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/03/14 13:42:53 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2002/03/18 02:24:30 itojun Exp $ # DISTNAME= centericq-4.6.5 @@ -12,7 +12,8 @@ COMMENT= Instant Messenger interface (ICQ2000, Yahoo!, and MSN support) GNU_CONFIGURE= yes USE_NCURSES= yes +.include "../../devel/gettext-lib/buildlink.mk" .include "../../devel/ncurses/buildlink.mk" -.include "../../lang/gcc/Makefile.gcc" +#.include "../../lang/gcc/Makefile.gcc" .include "../../devel/libsigc++/buildlink.mk" .include "../../mk/bsd.pkg.mk" |