aboutsummaryrefslogtreecommitdiff
path: root/japanese/dvi2ps
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/dvi2ps')
-rw-r--r--japanese/dvi2ps/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/dvi2ps/Makefile b/japanese/dvi2ps/Makefile
index e2eeef936136..933e10c3da0a 100644
--- a/japanese/dvi2ps/Makefile
+++ b/japanese/dvi2ps/Makefile
@@ -19,6 +19,12 @@ LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib
MAN1= dvi2ps.1
MANLANG= "" ja
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@(cd ${WRKSRC}; make newlib)
@@ -43,4 +49,4 @@ post-install:
)
@${SH} ${PKGREQ} ${PKGNAME} INSTALL
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>