aboutsummaryrefslogtreecommitdiff
path: root/graphics/qcomicbook/Makefile
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/qcomicbook/Makefile
parent129e158bc647d505b311dd6ea039c7a234db0c5b (diff)
downloadports-78a33d7c12221ddaa01d93e311b0b20148cebf41.tar.gz
ports-78a33d7c12221ddaa01d93e311b0b20148cebf41.zip
- tag BROKEN(does not build on 4.x)
PR: ports/101625 Submitted by: maintainer (chinsan <chinsan dot tw_AT_gmail dot com>)
Notes
Notes: svn path=/head/; revision=170070
Diffstat (limited to 'graphics/qcomicbook/Makefile')
-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>