aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-05-03 17:39:01 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-05-03 17:39:01 +0000
commitc9ad81276ece034f313d0e999ebbb26db0974330 (patch)
treeadeedff7e1e6c1b1811c70eaebf18d624573461d /x11-wm/windowmaker
parent730aef92d2a0f002d0c60ecc3d8509c7336455a0 (diff)
Notes
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r--x11-wm/windowmaker/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index c3c41b203a87..250db57ffd09 100644
--- a/x11-wm/windowmaker/Makefile
+++ b/x11-wm/windowmaker/Makefile
@@ -42,7 +42,7 @@ PORTDOCS= AUTHORS BUGFORM BUGS ChangeLog FAQ FAQ.I18N INSTALL \
OPTIONS_DEFINE= DOCS NLS XRANDR
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${ARCH} == amd64 && ${OSVERSION} < 800000
CONFIGURE_ENV+= ac_cv_c_inline_asm=no
@@ -53,7 +53,7 @@ CPPFLAGS+= -DHAVE_SYS_SELECT_H
.endif
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
LINGUAS= be bg bs ca cs da de el es et fi fr gl hr hu hy it \
ja ko ms nl no pl pt ro ru sk sv tr zh_CN zh_TW
CONFIGURE_ENV+= LINGUAS="${LINGUAS}"
@@ -90,4 +90,4 @@ post-install:
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>