summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-08 01:01:36 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-08 01:01:36 +0000
commitf2b750718129bab6cf3a44df13140a486754967a (patch)
tree28298ddb693e440572eedc9c63197bf0d6aa3bfa /print
parentUpdate to 0.92. (diff)
BROKEN on 5.x: Configure fails
Notes
Notes: svn path=/head/; revision=100316
Diffstat (limited to 'print')
-rw-r--r--print/typetools/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/print/typetools/Makefile b/print/typetools/Makefile
index 5999cf494c44..13342517f49c 100644
--- a/print/typetools/Makefile
+++ b/print/typetools/Makefile
@@ -22,4 +22,10 @@ DATADIR= ${PREFIX}/share/lcdf-${PORTNAME}
MAN1= cfftot1.1 mmafm.1 mmpfb.1 otfinfo.1 otftotfm.1 t1lint.1 t1testpage.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Configure fails"
+.endif
+
+.include <bsd.port.post.mk>