svn commit: r316459 - in head/editors: nano nano-devel

Eitan Adler eadler at FreeBSD.org
Wed Apr 24 17:47:52 UTC 2013


Author: eadler
Date: Wed Apr 24 17:47:51 2013
New Revision: 316459
URL: http://svnweb.freebsd.org/changeset/ports/316459

Log:
  Convert to USES=gettext
  
  Reviewed by:	kwm

Modified:
  head/editors/nano-devel/Makefile
  head/editors/nano/Makefile

Modified: head/editors/nano-devel/Makefile
==============================================================================
--- head/editors/nano-devel/Makefile	Wed Apr 24 17:37:17 2013	(r316458)
+++ head/editors/nano-devel/Makefile	Wed Apr 24 17:47:51 2013	(r316459)
@@ -25,7 +25,7 @@ MAKE_JOBS_SAFE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT=	yes
+USES+=		gettext
 PLIST_SUB+=	NLS=""
 MANLANG=	"" fr
 .else

Modified: head/editors/nano/Makefile
==============================================================================
--- head/editors/nano/Makefile	Wed Apr 24 17:37:17 2013	(r316458)
+++ head/editors/nano/Makefile	Wed Apr 24 17:47:51 2013	(r316459)
@@ -25,7 +25,7 @@ MAKE_JOBS_SAFE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT=	yes
+USES+=		gettext
 PLIST_SUB+=	NLS=""
 MANLANG=	"" fr
 .else


More information about the svn-ports-all mailing list