diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-08 07:16:54 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-08 07:16:54 +0000 |
commit | 78a33d7c12221ddaa01d93e311b0b20148cebf41 (patch) | |
tree | 267016cb20c528354622242bbaf5834eb069c15e /graphics/qcomicbook | |
parent | 129e158bc647d505b311dd6ea039c7a234db0c5b (diff) |
- 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')
-rw-r--r-- | graphics/qcomicbook/Makefile | 8 |
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> |