diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-05 01:40:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-05 01:40:38 +0000 |
commit | 5616145efa82b6e92008f4eddf810375adaada72 (patch) | |
tree | 9d06135dfbd8250a7f381e2dea88f1a924e3a809 /time | |
parent | fe0889adee3973869643ae39660dfaf36cac626b (diff) | |
download | pkgsrc-5616145efa82b6e92008f4eddf810375adaada72.tar.gz |
Update to not DEPEND on gettext any longer, but BUILD_DEPEND on msgfmt
and USE_LIBINTL.
Diffstat (limited to 'time')
-rw-r--r-- | time/kworldwatch/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/time/kworldwatch/Makefile b/time/kworldwatch/Makefile index f4387cf48ea..f5f9d1d4959 100644 --- a/time/kworldwatch/Makefile +++ b/time/kworldwatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/21 15:03:46 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/01/05 01:40:38 wiz Exp $ # DISTNAME= kworldwatch-0.6 @@ -8,11 +8,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= hubertf@netbsd.org -DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext +BUILD_DEPENDS+= msgfmt:../../devel/gettext DEPENDS+= kdebase-1.1.2:../../x11/kdebase CONFLICTS+= kdetoys-* +USE_LIBINTL= YES USE_X11BASE= YES GNU_CONFIGURE= YES |