summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz>2001-01-05 01:40:38 +0000
committerwiz <wiz>2001-01-05 01:40:38 +0000
commit5d233a484e1770ddd774df311c6dcb5ae7dc3767 (patch)
tree9d06135dfbd8250a7f381e2dea88f1a924e3a809 /sysutils
parente8db2eff4e3f7ddf43ceb987365c815b1d62e4e9 (diff)
downloadpkgsrc-5d233a484e1770ddd774df311c6dcb5ae7dc3767.tar.gz
Update to not DEPEND on gettext any longer, but BUILD_DEPEND on msgfmt
and USE_LIBINTL.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/kdf/Makefile5
1 files changed, 3 insertions, 2 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