diff options
author | jlam <jlam> | 1999-04-17 04:12:46 +0000 |
---|---|---|
committer | jlam <jlam> | 1999-04-17 04:12:46 +0000 |
commit | 5864339c510b8c7de43b777240996b0180231706 (patch) | |
tree | 7ee22e5f20c330d045f6b18f76ef8ac17c7a8c0f /x11 | |
parent | 7237b556e42e71afc0d02a28e409e1f2f60ffccf (diff) | |
download | pkgsrc-5864339c510b8c7de43b777240996b0180231706.tar.gz |
Configure modelock only when configuring for other locales.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/windowmaker/Makefile | 6 |
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. |