aboutsummaryrefslogtreecommitdiff
path: root/x11/wterm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 15:45:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 15:45:21 +0000
commit5a23bb49bd36e79bbe2eb49a55ff65cdad56c548 (patch)
treeb4ccb9aa213c7b7ca2d614dd6efab8bf9656fb69 /x11/wterm
parente463dfdc2d5bd0f1470af7ad88576fd8f54d9cdf (diff)
downloadports-5a23bb49bd36e79bbe2eb49a55ff65cdad56c548.tar.gz
ports-5a23bb49bd36e79bbe2eb49a55ff65cdad56c548.zip
Notes
Diffstat (limited to 'x11/wterm')
-rw-r--r--x11/wterm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile
index 5a72ffdf1d29..055096037bd2 100644
--- a/x11/wterm/Makefile
+++ b/x11/wterm/Makefile
@@ -28,6 +28,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/WINGs"
MAN1= wterm.1
PLIST_FILES= bin/wterm
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
post-extract:
${RM} -f ${WRKSRC}/config.cache
${RM} -f ${WRKSRC}/src/*.o
@@ -35,4 +41,4 @@ post-extract:
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/wterm
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>