aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 14:43:20 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 14:45:58 +0000
commit70aa5e21863de2194df4cb951cbbc3354abda280 (patch)
tree0dc0115ba0734b2f338b6f6ecf8916311c026024
parentcd161e9510bc5b9c20a74b9a6ef76a9acc2ecaca (diff)
downloadports-70aa5e21863de2194df4cb951cbbc3354abda280.tar.gz
ports-70aa5e21863de2194df4cb951cbbc3354abda280.zip
devel/m4: Cosmetic change
-rw-r--r--devel/m4/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile
index df87ba9d8490..7a3e0ebf1f3a 100644
--- a/devel/m4/Makefile
+++ b/devel/m4/Makefile
@@ -13,19 +13,19 @@ COMMENT= GNU M4
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-OPTIONS_DEFINE= LIBSIGSEGV EXAMPLES
-LIBSIGSEGV_DESC=Use alternative page fault handler (GNU libsigsegv)
+USES= makeinfo tar:xz
CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ENV= MAKEINFO="${MAKEINFO} --no-split"
GNU_CONFIGURE= yes
-USES= makeinfo tar:xz
EXAMPLESDIR= ${PREFIX}/share/examples/gm4
INFO= m4
-LIBSIGSEGV_CONFIGURE_OFF= --without-libsigsegv-prefix
-LIBSIGSEGV_CONFIGURE_ON= --with-libsigsegv-prefix=${LOCALBASE}
+OPTIONS_DEFINE= LIBSIGSEGV EXAMPLES
+LIBSIGSEGV_DESC=Use alternative page fault handler (GNU libsigsegv)
+
+LIBSIGSEGV_CONFIGURE_WITH= libsigsegv-prefix=${LOCALBASE}
LIBSIGSEGV_LIB_DEPENDS= libsigsegv.so:devel/libsigsegv
post-patch: