aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-10 20:24:44 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-10 21:17:56 +0000
commitcd23eef9350dab288e3351d46fba68dbd79a1620 (patch)
tree1746c72f217107f0de9d9b3371606ebc3855b581 /x11-toolkits
parent9f0f61c4449501254b8f7700ef8c29fcf2276b05 (diff)
downloadports-cd23eef9350dab288e3351d46fba68dbd79a1620.tar.gz
ports-cd23eef9350dab288e3351d46fba68dbd79a1620.zip
x11-toolkits/fltk: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/fltk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile
index b94be22433a3..2922fc86f765 100644
--- a/x11-toolkits/fltk/Makefile
+++ b/x11-toolkits/fltk/Makefile
@@ -15,13 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpng.so:graphics/png \
libfontconfig.so:x11-fonts/fontconfig
-USES= gl jpeg localbase pkgconfig tar:bz2 xorg
+USES= cpe gl jpeg localbase pkgconfig tar:bz2 xorg
USE_XORG= x11 xcursor xext xfixes xft xinerama xrender
USE_GL= gl glu
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared
CONFIGURE_ENV= NROFF=echo
+CPE_VENDOR= fltk_project
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}