diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-20 16:13:08 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-20 16:13:08 +0000 |
commit | 3b722e123f304a7b9fc634b18de6ed7ac4a22cee (patch) | |
tree | cd3d05f02060f7114ece1fcb66016fb58e585b40 | |
parent | 99dc9580da5ee97bee123a28c88d9b84f2361cf6 (diff) | |
download | ports-3b722e123f304a7b9fc634b18de6ed7ac4a22cee.tar.gz ports-3b722e123f304a7b9fc634b18de6ed7ac4a22cee.zip |
graphics/libemf: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/libemf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libemf/Makefile b/graphics/libemf/Makefile index 40cca0eb6793..3b5999d37779 100644 --- a/graphics/libemf/Makefile +++ b/graphics/libemf/Makefile @@ -15,7 +15,8 @@ BROKEN_riscv64= fails to build: ../include/libEMF/wine/winnt.h:77:3: Unknown CP OPTIONS_DEFINE= DOCS -USES= libtool +USES= cpe libtool +CPE_VENDOR= ${PORTNAME:tl}_project GNU_CONFIGURE= yes |