aboutsummaryrefslogtreecommitdiff
path: root/graphics/fujiplay
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 21:43:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 21:43:46 +0000
commitee6faee56e86a3a331b8714ae95d777d09e75a6d (patch)
tree4754cadf9e0f7051d7ca300b978db460eb681ca2 /graphics/fujiplay
parent0859a9c9f4a505ff4a4598ca9cc9a76b4b416f1d (diff)
downloadports-ee6faee56e86a3a331b8714ae95d777d09e75a6d.tar.gz
ports-ee6faee56e86a3a331b8714ae95d777d09e75a6d.zip
Notes
Diffstat (limited to 'graphics/fujiplay')
-rw-r--r--graphics/fujiplay/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/fujiplay/Makefile b/graphics/fujiplay/Makefile
index 34517f5a8b0b..322b41dc57a7 100644
--- a/graphics/fujiplay/Makefile
+++ b/graphics/fujiplay/Makefile
@@ -19,6 +19,12 @@ NO_WRKSUBDIR= yes
PORTSDOC= README fujiplay.lsm mx700-commands.html
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
do-install:
(cd ${WRKDIR}; ${INSTALL_PROGRAM} fujiplay yycc2ppm ${PREFIX}/bin)
.if !defined(NOPORTDOCS)
@@ -28,4 +34,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>