aboutsummaryrefslogtreecommitdiff
path: root/sysutils/slmon
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2011-04-11 19:54:35 +0000
committerAde Lovett <ade@FreeBSD.org>2011-04-11 19:54:35 +0000
commitfe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f (patch)
tree6b96a59b96237deb8710fe2065d0c3393e7088bc /sysutils/slmon
parent9cdeec96c134d87226d71d31195c647c6b761885 (diff)
downloadports-fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f.tar.gz
ports-fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f.zip
Notes
Diffstat (limited to 'sysutils/slmon')
-rw-r--r--sysutils/slmon/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/slmon/Makefile b/sysutils/slmon/Makefile
index abc640e55873..7570e5245407 100644
--- a/sysutils/slmon/Makefile
+++ b/sysutils/slmon/Makefile
@@ -32,6 +32,10 @@ LDFLAGS= -L${LOCALBASE}/lib -lncurses -lm
.include <bsd.port.pre.mk>
+# For gmake>=3.82
+post-patch:
+ @${REINPLACE_CMD} -e 's/^ */ /' ${WRKSRC}/Makefile.in
+
.if ${OSVERSION} > 900007
BROKEN= fails to build with new utmpx
.endif