aboutsummaryrefslogtreecommitdiff
path: root/japanese/e2ps
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 21:43:46 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 21:43:46 +0000
commitee6faee56e86a3a331b8714ae95d777d09e75a6d (patch)
tree4754cadf9e0f7051d7ca300b978db460eb681ca2 /japanese/e2ps
parent0859a9c9f4a505ff4a4598ca9cc9a76b4b416f1d (diff)
downloadports-ee6faee56e86a3a331b8714ae95d777d09e75a6d.tar.gz
ports-ee6faee56e86a3a331b8714ae95d777d09e75a6d.zip
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91364
Diffstat (limited to 'japanese/e2ps')
-rw-r--r--japanese/e2ps/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/japanese/e2ps/Makefile b/japanese/e2ps/Makefile
index 4fe98b1217ad..735efe2e24a6 100644
--- a/japanese/e2ps/Makefile
+++ b/japanese/e2ps/Makefile
@@ -15,8 +15,15 @@ COMMENT= Text file to postscript converter (with Japanese support)
WRKSRC= ${WRKDIR}/e2ps
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/e2ps ${PREFIX}/bin
${LN} -sf ${PREFIX}/bin/e2ps ${PREFIX}/bin/e2lpr
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>