aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:28 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:28 +0000
commit527b8e875cb3f93f5ecea115a20e9abfe56ff8ed (patch)
tree310b9c1432fed94b5a6b8ee66fac8216898e894c
parent74c0716346337f62db874ee4d9f450152bed06c8 (diff)
downloadports-527b8e875cb3f93f5ecea115a20e9abfe56ff8ed.tar.gz
ports-527b8e875cb3f93f5ecea115a20e9abfe56ff8ed.zip
devel/liblnk: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--devel/liblnk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/liblnk/Makefile b/devel/liblnk/Makefile
index f4f7d03157a6..ec8838f10ded 100644
--- a/devel/liblnk/Makefile
+++ b/devel/liblnk/Makefile
@@ -19,7 +19,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-python \
--with-libfwsi=${LOCALBASE}
CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config
-USES= libtool pathfix python:3.5+
+USES= cpe libtool pathfix python:3.5+
+CPE_VENDOR= ${PORTNAME}_project
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}