aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-10-26 11:08:52 +0800
committerkris <kris@FreeBSD.org>2002-10-26 11:08:52 +0800
commit201fbdc2d51f0eacabe959a7b3073154308b8032 (patch)
tree508a3b9150744a7e9e7eb891a25a02a6859cb236 /graphics
parentd3a5735d228830154871c34a492976176b57c793 (diff)
downloadfreebsd-ports-gnome-201fbdc2d51f0eacabe959a7b3073154308b8032.tar.gz
freebsd-ports-gnome-201fbdc2d51f0eacabe959a7b3073154308b8032.tar.zst
freebsd-ports-gnome-201fbdc2d51f0eacabe959a7b3073154308b8032.zip
Mark BROKEN on 5.0
Diffstat (limited to 'graphics')
-rw-r--r--graphics/fli2gif/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/fli2gif/Makefile b/graphics/fli2gif/Makefile
index c7fdf805d9e9..9f54b334eea6 100644
--- a/graphics/fli2gif/Makefile
+++ b/graphics/fli2gif/Makefile
@@ -18,6 +18,12 @@ NO_WRKSUBDIR= yes
USE_ZIP= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500035
+BROKEN= "Does not compile on 5.0"
+.endif
+
post-extract:
@cd ${WRKSRC} && unzip -q -aa source.zip \
&& ${LN} -sf GIF.CPP gif.cpp \
@@ -33,4 +39,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/*.TXT ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>