summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-11-30 00:02:19 +0000
committertron <tron@pkgsrc.org>2000-11-30 00:02:19 +0000
commit37a64777312f56dbabe3ff7419aeaca809dc27dc (patch)
tree0e0e31961d57a6545bf7d5ad3a38c2bd9fed1817
parent3a89bf2629aff5447fb1f94c21eb9163e6f825c8 (diff)
downloadpkgsrc-37a64777312f56dbabe3ff7419aeaca809dc27dc.tar.gz
The "gettext" package is only require at build time. "USE_LIBINTL= YES"
for dependence on the "gettext-libs" package where required.
-rw-r--r--x11/windowmaker/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile
index 0183ab71173..dbe468a3f16 100644
--- a/x11/windowmaker/Makefile
+++ b/x11/windowmaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2000/08/23 23:14:34 tron Exp $
+# $NetBSD: Makefile,v 1.55 2000/11/30 00:02:19 tron Exp $
DISTNAME= WindowMaker-0.62.1
PKGNAME= windowmaker-0.62.1
@@ -11,7 +11,7 @@ MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.windowmaker.org/
BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake
-DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
+BUILD_DEPENDS+= gettextize:../../devel/gettext
DEPENDS+= libproplist-0.10.*:../../devel/libproplist
DEPENDS+= libungif-*:../../graphics/libungif
DEPENDS+= jpeg-6b:../../graphics/jpeg
@@ -19,6 +19,7 @@ DEPENDS+= png>=1.0.6:../../graphics/png
DEPENDS+= tiff-*:../../graphics/tiff
USE_LIBTOOL= YES
+USE_LIBINTL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
USE_X11BASE= YES
USE_XPM= YES