Date: Tue, 31 Dec 2013 12:27:58 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338284 - head/comms/gnocky Message-ID: <201312311227.rBVCRwfe081248@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Dec 31 12:27:57 2013 New Revision: 338284 URL: http://svnweb.freebsd.org/changeset/ports/338284 Log: - Stage support - Use OPTIONS helpers Modified: head/comms/gnocky/Makefile Modified: head/comms/gnocky/Makefile ============================================================================== --- head/comms/gnocky/Makefile Tue Dec 31 12:26:35 2013 (r338283) +++ head/comms/gnocky/Makefile Tue Dec 31 12:27:57 2013 (r338284) @@ -21,15 +21,8 @@ LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +OPTIONS_SUB= yes +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312311227.rBVCRwfe081248>