git: acb4e6359619 - main - print/rlpr: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Tue Aug 31 19:50:55 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=acb4e635961994ae4b90ce6f3e166fd7f122f4cd

commit acb4e635961994ae4b90ce6f3e166fd7f122f4cd
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-08-31 18:45:43 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-08-31 19:49:57 +0000

    print/rlpr: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 print/rlpr/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile
index 33a288e496d5..ffef331ba282 100644
--- a/print/rlpr/Makefile
+++ b/print/rlpr/Makefile
@@ -13,11 +13,12 @@ COMMENT=	Send print jobs to lpd servers anywhere on a network
 
 LICENSE=	GPLv2
 
+USES=		cpe
 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:
-#USES=	gettext
+#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 dev-commits-ports-main mailing list