aboutsummaryrefslogtreecommitdiff
path: root/japanese/e2ps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/e2ps/Makefile')
-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>