diff options
author | Yoshio MITA <mita@FreeBSD.org> | 2003-02-17 13:50:08 +0000 |
---|---|---|
committer | Yoshio MITA <mita@FreeBSD.org> | 2003-02-17 13:50:08 +0000 |
commit | cb42a4163d44c042fa60a98236048958b8ab90a5 (patch) | |
tree | cf625987a3606983fee537b4810136254722ea13 /japanese/dvi2ps/Makefile | |
parent | 52a978dcf35b0b0c491153b2e868742798af972b (diff) |
Notes
Diffstat (limited to 'japanese/dvi2ps/Makefile')
-rw-r--r-- | japanese/dvi2ps/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/japanese/dvi2ps/Makefile b/japanese/dvi2ps/Makefile index 933e10c3da0a..9feaecb8b39b 100644 --- a/japanese/dvi2ps/Makefile +++ b/japanese/dvi2ps/Makefile @@ -21,17 +21,13 @@ MANLANG= "" ja .include <bsd.port.pre.mk> -.if ${OSVERSION} > 500000 -BROKEN= "Does not compile" -.endif - post-patch: @(cd ${WRKSRC}; make newlib) post-build: @(cd ${WRKSRC}/tools; \ cc -O -o nup nup.c; \ - cc -O -traditional -o texfix texfix.c\ + cc -O -o texfix texfix.c\ ) post-install: @(cd ${WRKSRC}; \ |