aboutsummaryrefslogtreecommitdiff
path: root/graphics/fli2gif
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-26 03:08:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-26 03:08:52 +0000
commit742e6fd884b497370d1bbc2a7e06251940cabe9f (patch)
tree9775ff602f4817c216957d94b3ac9556c141f0de /graphics/fli2gif
parentc0b410d0177f30f70c39e7235022ea5ec9420389 (diff)
downloadports-742e6fd884b497370d1bbc2a7e06251940cabe9f.tar.gz
ports-742e6fd884b497370d1bbc2a7e06251940cabe9f.zip
Notes
Diffstat (limited to 'graphics/fli2gif')
-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>