svn commit: r317225 - head/x11-wm/windowmaker
Jason Helfman
jgh at FreeBSD.org
Fri May 3 17:39:02 UTC 2013
Author: jgh
Date: Fri May 3 17:39:01 2013
New Revision: 317225
URL: http://svnweb.freebsd.org/changeset/ports/317225
Log:
- conversion to USES for gettext
Approved by: portmgr (bapt@)
Modified:
head/x11-wm/windowmaker/Makefile
Modified: head/x11-wm/windowmaker/Makefile
==============================================================================
--- head/x11-wm/windowmaker/Makefile Fri May 3 17:38:24 2013 (r317224)
+++ head/x11-wm/windowmaker/Makefile Fri May 3 17:39:01 2013 (r317225)
@@ -42,7 +42,7 @@ PORTDOCS= AUTHORS BUGFORM BUGS ChangeLog
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>
More information about the svn-ports-head
mailing list