aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-08 15:16:54 +0800
committerclsung <clsung@FreeBSD.org>2006-08-08 15:16:54 +0800
commit55769abf78e56fe55bcbdcb9420e3b6810f0161b (patch)
treed28ed823f5b8865354413f414cba44ba7ed1fbbe /graphics
parent4054cf1f530ddcef68555c9e02af9d4f6592e4ef (diff)
downloadfreebsd-ports-gnome-55769abf78e56fe55bcbdcb9420e3b6810f0161b.tar.gz
freebsd-ports-gnome-55769abf78e56fe55bcbdcb9420e3b6810f0161b.tar.zst
freebsd-ports-gnome-55769abf78e56fe55bcbdcb9420e3b6810f0161b.zip
- tag BROKEN(does not build on 4.x)
PR: ports/101625 Submitted by: maintainer (chinsan <chinsan dot tw_AT_gmail dot com>)
Diffstat (limited to 'graphics')
-rw-r--r--graphics/qcomicbook/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/qcomicbook/Makefile b/graphics/qcomicbook/Makefile
index 3a92c8305594..637c52786050 100644
--- a/graphics/qcomicbook/Makefile
+++ b/graphics/qcomicbook/Makefile
@@ -30,4 +30,10 @@ MAN1= qcomicbook.1
QTCPPFLAGS+= ${PTHREAD_CFLAGS}
QTCFGLIBS+= ${PTHREAD_LIBS}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not compile on FreeBSD 4.x
+.endif
+
+.include <bsd.port.post.mk>