summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjlam <jlam>1999-04-17 04:12:46 +0000
committerjlam <jlam>1999-04-17 04:12:46 +0000
commite5402eac8fa2d7cf75ba8abc12ef8c3dda91474f (patch)
tree7ee22e5f20c330d045f6b18f76ef8ac17c7a8c0f /x11
parent53bf2743e2117c83593595080953a9210ec144f9 (diff)
downloadpkgsrc-e5402eac8fa2d7cf75ba8abc12ef8c3dda91474f.tar.gz
Configure modelock only when configuring for other locales.
Diffstat (limited to 'x11')
-rw-r--r--x11/windowmaker/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile
index 03373baf43c..edc6db7acbf 100644
--- a/x11/windowmaker/Makefile
+++ b/x11/windowmaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 1999/04/16 11:00:31 jlam Exp $
+# $NetBSD: Makefile,v 1.27 1999/04/17 04:12:46 jlam Exp $
DISTNAME= WindowMaker-0.52.0
PKGNAME= windowmaker-0.52.0
@@ -21,8 +21,7 @@ USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-nlsdir=${PREFIX}/share/locale \
--with-incs-from="-I${LOCALBASE}/include \
- -I${LOCALBASE}/include/giflib" \
- --enable-modelock
+ -I${LOCALBASE}/include/giflib"
LDFLAGS+= -L${LOCALBASE}/lib # for libintl.a
CONFIGURE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_DATA="${INSTALL_DATA}" \
@@ -52,6 +51,7 @@ CONFIGURE_ARGS+= --enable-${OPTION}
#
.if defined(LINGUAS)
DEPENDS+= gettext-0.10.35:../../devel/gettext
+CONFIGURE_ARGS+= --enable-modelock
CONFIGURE_ENV+= LINGUAS="${LINGUAS}"
# Enable multi-byte character support for languages that need it.