Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 17:39:02 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317225 - head/x11-wm/windowmaker
Message-ID:  <201305031739.r43Hd2cp062473@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305031739.r43Hd2cp062473>