diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 19:34:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 19:34:13 +0800 |
commit | c4c6d4a6278ab26e17fd4639055a519c10f4a615 (patch) | |
tree | 3f531e7e5349e7f2e9ae1ab9ab990aa1394e4c61 /graphics/kisomandel | |
parent | fa58885d23f77f709eed139d7c347d0ec6f43b70 (diff) | |
download | freebsd-ports-gnome-c4c6d4a6278ab26e17fd4639055a519c10f4a615.tar.gz freebsd-ports-gnome-c4c6d4a6278ab26e17fd4639055a519c10f4a615.tar.zst freebsd-ports-gnome-c4c6d4a6278ab26e17fd4639055a519c10f4a615.zip |
BROKEN on 5.x: does not compile
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} \ |