diff options
author | wiz <wiz> | 2001-01-05 01:40:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-01-05 01:40:38 +0000 |
commit | 57f5ca53ff600c167e6cb793c846fa8f099223f4 (patch) | |
tree | 9d06135dfbd8250a7f381e2dea88f1a924e3a809 | |
parent | 9bd30d89a1b667e716c24a1cde3ae3e53fe1fadd (diff) | |
download | pkgsrc-57f5ca53ff600c167e6cb793c846fa8f099223f4.tar.gz |
Update to not DEPEND on gettext any longer, but BUILD_DEPEND on msgfmt
and USE_LIBINTL.
-rw-r--r-- | sysutils/kdf/Makefile | 5 | ||||
-rw-r--r-- | time/kworldwatch/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile index af58addaa09..2a852c1f7b7 100644 --- a/sysutils/kdf/Makefile +++ b/sysutils/kdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/07/31 04:14:10 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2001/01/05 01:40:39 wiz Exp $ # DISTNAME= kdf-0.5.1 @@ -9,9 +9,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.edu.uni-klu.ac.at/~mkropfbe -DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext +BUILD_DEPENDS+= msgfmt:../../devel/gettext DEPENDS+= kde-1.1.2:../../x11/kde +USE_LIBINTL= YES USE_X11BASE= YES GNU_CONFIGURE= YES 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 |