diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-04-30 08:52:22 +0800 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-04-30 08:52:22 +0800 |
commit | 37cd89971bde03f2e648bbcc24366015e6ecf0c1 (patch) | |
tree | 0678d2c19557482dbc402004c454c2e38a1e6dc4 | |
parent | 6e059d85975408a63d63b22e9ff2fbedf1c2d2cf (diff) | |
download | freebsd-ports-gnome-37cd89971bde03f2e648bbcc24366015e6ecf0c1.tar.gz freebsd-ports-gnome-37cd89971bde03f2e648bbcc24366015e6ecf0c1.tar.zst freebsd-ports-gnome-37cd89971bde03f2e648bbcc24366015e6ecf0c1.zip |
- convert to USES=gettext (but unused, at this time)
-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 |