aboutsummaryrefslogtreecommitdiff
path: root/devel/m4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/m4/Makefile')
-rw-r--r--devel/m4/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile
index 6711cb3ff253..fb8dafb37e18 100644
--- a/devel/m4/Makefile
+++ b/devel/m4/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= m4
-PORTVERSION= 1.4.8
-PORTREVISION= 1
+PORTVERSION= 1.4.9
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= m4
@@ -33,7 +32,9 @@ EXAMPLESDIR= share/examples/gm4
.if ${OSVERSION} < 600000
BUILD_DEPENDS+= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
-CONFIGURE_ENV+= MAKEINFO=${LOCALBASE}/bin/makeinfo
+CONFIGURE_ENV+= MAKEINFO="${LOCALBASE}/bin/makeinfo --no-split"
+.else
+CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"
.endif
post-install: