summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-01-05 01:40:38 +0000
committerwiz <wiz@pkgsrc.org>2001-01-05 01:40:38 +0000
commit5616145efa82b6e92008f4eddf810375adaada72 (patch)
tree9d06135dfbd8250a7f381e2dea88f1a924e3a809
parentfe0889adee3973869643ae39660dfaf36cac626b (diff)
downloadpkgsrc-5616145efa82b6e92008f4eddf810375adaada72.tar.gz
Update to not DEPEND on gettext any longer, but BUILD_DEPEND on msgfmt
and USE_LIBINTL.
-rw-r--r--sysutils/kdf/Makefile5
-rw-r--r--time/kworldwatch/Makefile5
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