diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2022-05-10 14:52:15 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2022-05-10 14:52:15 +0000 |
commit | 9312a4ea812d4af11ce22318596a258fca78df62 (patch) | |
tree | 4398952bed9c3efdf6e922f405cdff5c4882faf8 /graphics/chafa | |
parent | databases/geoserver-mysql-plugin: Add CPE information (diff) |
graphics/chafa: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics/chafa')
-rw-r--r-- | graphics/chafa/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/chafa/Makefile b/graphics/chafa/Makefile index e5f2aa82aef8..d798669e86ef 100644 --- a/graphics/chafa/Makefile +++ b/graphics/chafa/Makefile @@ -16,12 +16,14 @@ LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= gettext-runtime gnome libtool magick:7 tar:xz +USES= cpe gettext-runtime gnome libtool magick:7 tar:xz USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${DOCSDIR}/html +CPE_VENDOR= chafa_project + INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS |