Date: Fri, 13 Dec 2013 11:30:03 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336337 - head/Mk Message-ID: <201312131130.rBDBU3qA097965@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Dec 13 11:30:02 2013 New Revision: 336337 URL: http://svnweb.freebsd.org/changeset/ports/336337 Log: Warn users about WITHOUT_NLS deprecation Modified: head/Mk/bsd.sanity.mk Modified: head/Mk/bsd.sanity.mk ============================================================================== --- head/Mk/bsd.sanity.mk Fri Dec 13 11:28:52 2013 (r336336) +++ head/Mk/bsd.sanity.mk Fri Dec 13 11:30:02 2013 (r336337) @@ -7,10 +7,10 @@ DEV_WARNING+= "USE_GMAKE is deprecated, consider using USES=gmake" .endif -#.if defined(WITHOUT_NLS) -#WARNING+= "WITHOUT_NLS is deprecated use NLS option instead" -#.endif -# +.if defined(WITHOUT_NLS) +WARNING+= "WITHOUT_NLS is deprecated use NLS option instead" +.endif + #.if defined(WITHOUT_X11) #WARNING+= "WITHOUT_X11 is deprecated use X11 option instead" #.endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312131130.rBDBU3qA097965>