aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-08 07:16:54 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-08 07:16:54 +0000
commit78a33d7c12221ddaa01d93e311b0b20148cebf41 (patch)
tree267016cb20c528354622242bbaf5834eb069c15e /graphics
parent129e158bc647d505b311dd6ea039c7a234db0c5b (diff)
Notes
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>