diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 11:30:40 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 11:30:40 +0000 |
commit | 4f4ab2e49750304d3a761f049e44f08b9bcd9af0 (patch) | |
tree | e83f022b1f120eecb0d5a63a5f2c04b57583d493 | |
parent | c18767b14b3436b65b0bbfb84059a4eafd626c22 (diff) | |
download | ports-4f4ab2e49750304d3a761f049e44f08b9bcd9af0.tar.gz ports-4f4ab2e49750304d3a761f049e44f08b9bcd9af0.zip |
devel/m4: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/m4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile index 08faf8475b87..b81572d62abf 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -12,7 +12,7 @@ COMMENT= GNU M4 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= iconv makeinfo tar:xz +USES= cpe iconv makeinfo tar:xz CONFIGURE_ARGS= --program-prefix=g CONFIGURE_ENV= MAKEINFO="${MAKEINFO} --no-split" @@ -21,6 +21,8 @@ GNU_CONFIGURE= yes EXAMPLESDIR= ${PREFIX}/share/examples/gm4 INFO= m4 +CPE_VENDOR= gnu + OPTIONS_DEFINE= EXAMPLES LIBSIGSEGV NLS OPTIONS_SUB= yes LIBSIGSEGV_DESC=Use alternative page fault handler (GNU libsigsegv) |