svn commit: r316864 - head/print/rlpr

Jason Helfman jgh at FreeBSD.org
Tue Apr 30 00:52:23 UTC 2013


Author: jgh
Date: Tue Apr 30 00:52:22 2013
New Revision: 316864
URL: http://svnweb.freebsd.org/changeset/ports/316864

Log:
  - convert to USES=gettext (but unused, at this time)

Modified:
  head/print/rlpr/Makefile

Modified: head/print/rlpr/Makefile
==============================================================================
--- head/print/rlpr/Makefile	Tue Apr 30 00:47:49 2013	(r316863)
+++ head/print/rlpr/Makefile	Tue Apr 30 00:52:22 2013	(r316864)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	rlpr
-# Date created:		11 April 1999
-# Whom:			Mikhail Teterin
-#
+# Created by: Mikhail Teterin
 # $FreeBSD$
-#
 
 PORTNAME=	rlpr
 PORTVERSION=	2.06
@@ -22,7 +18,7 @@ GNU_CONFIGURE=	yes
 # rlpr supports gettext/libintl, but does not currently come with ANY
 # translation .po files. When this changes, it would make sense to
 # enable the use of gettext in this port:
-#USE_GETTEXT=	yes
+#USES=	gettext
 #CONFIGURE_ENV=	CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -lintl"
 CONFIGURE_ARGS=	--disable-nls --without-catgets
 PLIST_FILES=	bin/rlpr bin/rlpq bin/rlprm bin/rlprd


More information about the svn-ports-all mailing list