diff options
author | itojun <itojun> | 2002-03-18 02:24:30 +0000 |
---|---|---|
committer | itojun <itojun> | 2002-03-18 02:24:30 +0000 |
commit | 8f56deea9494d22a3401db950e41dfc028da0285 (patch) | |
tree | 5e8427e0b9e1b01d83650bcd513bd8e5f75d5928 /chat | |
parent | 51a9a0c65e5b32cc9308e9f36cb4e2acf17fcc44 (diff) | |
download | pkgsrc-8f56deea9494d22a3401db950e41dfc028da0285.tar.gz |
need libintl
Diffstat (limited to 'chat')
-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" |