aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-30 14:39:12 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-30 15:14:12 +0000
commitac18c55be081fa4dcd29974be9c92524b601743a (patch)
treebb40416a702b4c095d0167d3efaed15195c65c34
parent71b9a76465958f1acde1fabe42ab62ae8a465e3d (diff)
downloadports-ac18c55be081fa4dcd29974be9c92524b601743a.tar.gz
ports-ac18c55be081fa4dcd29974be9c92524b601743a.zip
textproc/libmwaw03: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--textproc/libmwaw03/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/libmwaw03/Makefile b/textproc/libmwaw03/Makefile
index b796771cfba8..610fda4c1146 100644
--- a/textproc/libmwaw03/Makefile
+++ b/textproc/libmwaw03/Makefile
@@ -16,8 +16,10 @@ CONFIGURE_ARGS= --disable-werror --without-docs
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
-USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz
+USES= compiler:c++11-lib cpe libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
+CPE_VENDOR= libmwaw_project
+
.include <bsd.port.mk>