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
commit8d9f30ac6cfb222b88c5a34d7bc388b5c75d0781 (patch)
tree0e0e31961d57a6545bf7d5ad3a38c2bd9fed1817 /x11
parent42a2608bda9a538c5e9be5f5877c9ffeb26af3d6 (diff)
downloadpkgsrc-8d9f30ac6cfb222b88c5a34d7bc388b5c75d0781.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