diff options
-rw-r--r-- | print/rlpr/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile index f539290fcd21..a2fe8ef0a368 100644 --- a/print/rlpr/Makefile +++ b/print/rlpr/Makefile @@ -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 |