aboutsummaryrefslogtreecommitdiffstats
path: root/x11/ggiterm
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-03-20 23:04:45 +0800
committermiwi <miwi@FreeBSD.org>2010-03-20 23:04:45 +0800
commit3c94694bbdccab70b3fd03939d43f871b697dd40 (patch)
tree00fa5bd9eccfc740f66f80209e6ec447e5a98ac6 /x11/ggiterm
parentf487e718b331a6c3534cd11e64891b67840291bd (diff)
downloadfreebsd-ports-gnome-3c94694bbdccab70b3fd03939d43f871b697dd40.tar.gz
freebsd-ports-gnome-3c94694bbdccab70b3fd03939d43f871b697dd40.tar.zst
freebsd-ports-gnome-3c94694bbdccab70b3fd03939d43f871b697dd40.zip
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Diffstat (limited to 'x11/ggiterm')
-rw-r--r--x11/ggiterm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/ggiterm/Makefile b/x11/ggiterm/Makefile
index 82aeb8851d01..315b2ebb3318 100644
--- a/x11/ggiterm/Makefile
+++ b/x11/ggiterm/Makefile
@@ -30,6 +30,10 @@ PORTDOCS= AUTHORS README
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
.if !defined(WITHOUT_FREETYPE)
LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2
USE_ICONV= yes