aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/fujiplay
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-16 05:43:46 +0800
committerkris <kris@FreeBSD.org>2003-10-16 05:43:46 +0800
commitf173b5c017d7f6ec1416f85f6eb1e7ad77e3cbe7 (patch)
tree414a86a424e79a92767d9a3c8d2eb9978e3abe8a /graphics/fujiplay
parent1549faace940b30faddadb7e77a067d964a9d3c5 (diff)
downloadfreebsd-ports-gnome-f173b5c017d7f6ec1416f85f6eb1e7ad77e3cbe7.tar.gz
freebsd-ports-gnome-f173b5c017d7f6ec1416f85f6eb1e7ad77e3cbe7.tar.zst
freebsd-ports-gnome-f173b5c017d7f6ec1416f85f6eb1e7ad77e3cbe7.zip
BROKEN on 5.x: does not compile
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>