summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron>2000-11-30 00:02:19 +0000
committertron <tron>2000-11-30 00:02:19 +0000
commitc5b12515e74f78d990184c7eadace97887cc414d (patch)
tree0e0e31961d57a6545bf7d5ad3a38c2bd9fed1817 /x11
parentb297a45ac6b1c4dac050ddf52fba33634e452d26 (diff)
downloadpkgsrc-c5b12515e74f78d990184c7eadace97887cc414d.tar.gz
The "gettext" package is only require at build time. "USE_LIBINTL= YES"
for dependence on the "gettext-libs" package where required.
Diffstat (limited to 'x11')
-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