aboutsummaryrefslogtreecommitdiff
path: root/japanese/dvi2ps
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-12-02 00:28:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-12-02 00:28:19 +0000
commit88e23a5185d40d2f0b1c716b14b1b58fb42541ef (patch)
tree6c6a9322d962d0c733925665fd99549a3c32f4a6 /japanese/dvi2ps
parentec0b607b27b8b75f79a7ea0f57b23038911be311 (diff)
downloadports-88e23a5185d40d2f0b1c716b14b1b58fb42541ef.tar.gz
ports-88e23a5185d40d2f0b1c716b14b1b58fb42541ef.zip
BROKEN on 5.0: does not compile
Notes
Notes: svn path=/head/; revision=71290
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>