aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-21 12:19:15 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-21 12:57:57 +0000
commit2228aa6558b32727fe39f7b600bbbf9a25ea3d73 (patch)
tree19b420bd1592e01ec6a07cf40a8bfaec77048558
parent83f49680fc449fcc424bbea975a8b24658a53067 (diff)
downloadports-2228aa6558b32727fe39f7b600bbbf9a25ea3d73.tar.gz
ports-2228aa6558b32727fe39f7b600bbbf9a25ea3d73.zip
print/lout: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--print/lout/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/lout/Makefile b/print/lout/Makefile
index 36195bce63ec..7681290a7e1a 100644
--- a/print/lout/Makefile
+++ b/print/lout/Makefile
@@ -13,9 +13,10 @@ LICENSE= GPLv3+
OPTIONS_DEFINE= DOCS
-USES= gmake
+USES= cpe gmake
MAKEFILE= makefile
ALL_TARGET= lout prg2lout
INSTALL_TARGET= install installman installdoc
+CPE_VENDOR= lout_project
.include <bsd.port.mk>