summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
committerkris <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
commitf9b8a43f16536bbc163670780a8ba1b1493ab25f (patch)
tree2aa38ce908f8f531a2345f4fccb5514c0c1a5ae6 /print
parentdc7dab69f2bb0fa4ab19824cfb8731526ee017c5 (diff)
downloadFreeBSD-ports-f9b8a43f16536bbc163670780a8ba1b1493ab25f.zip
FreeBSD-ports-f9b8a43f16536bbc163670780a8ba1b1493ab25f.tar.gz
BROKEN on 5.x: does not compile
Diffstat (limited to 'print')
-rw-r--r--print/magicfilter/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile
index 8eba509..1130827 100644
--- a/print/magicfilter/Makefile
+++ b/print/magicfilter/Makefile
@@ -29,6 +29,12 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN8= magicfilter.8
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
pre-fetch:
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
@${ECHO} ""
@@ -60,4 +66,4 @@ post-install:
${PREFIX}/share/examples/magicfilter/
.endfor
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud