diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 11:34:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 11:34:13 +0000 |
commit | 01bcd301cba21986dd1efa7db8471b1596544133 (patch) | |
tree | 4bcb0a683e6d0914c13a775e794b7aa780e5adb1 /graphics/kisomandel | |
parent | a1d656676687d5bffdfc5f93c697a13beb5583e6 (diff) | |
download | ports-01bcd301cba21986dd1efa7db8471b1596544133.tar.gz ports-01bcd301cba21986dd1efa7db8471b1596544133.zip |
Notes
Diffstat (limited to 'graphics/kisomandel')
-rw-r--r-- | graphics/kisomandel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/kisomandel/Makefile b/graphics/kisomandel/Makefile index 00ec89e7f142..773dad57d81d 100644 --- a/graphics/kisomandel/Makefile +++ b/graphics/kisomandel/Makefile @@ -28,6 +28,10 @@ USE_GMAKE= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502102 +BROKEN= "Does not compile" +.endif + post-patch: @${REINPLACE_CMD} -e "s,-lqt,-lqt-mt ${PTHREAD_LIBS},g" ${WRKSRC}/configure @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ |