summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 04:59:50 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 04:59:50 +0000
commit7e7c05a5c3d3d2dce237a807fa16d899ce5dec0c (patch)
treec74847167d3173a23cdfc49ce90072a2f023fecd /print
parentBROKEN on 5.x: Does not compile (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91281
Diffstat (limited to 'print')
-rw-r--r--print/dviselect/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/print/dviselect/Makefile b/print/dviselect/Makefile
index 2a0ec75851ec..13c991d03e16 100644
--- a/print/dviselect/Makefile
+++ b/print/dviselect/Makefile
@@ -20,5 +20,10 @@ SCRIPTS_ENV= CFLAGS="${CFLAGS}"
MAN1= dviselect.1
+.include <bsd.port.pre.mk>
-.include <bsd.port.mk>
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>