diff options
author | mita <mita@FreeBSD.org> | 2003-02-17 21:50:08 +0800 |
---|---|---|
committer | mita <mita@FreeBSD.org> | 2003-02-17 21:50:08 +0800 |
commit | aa620d8457ceeb2ec6543dde65f75190a8375153 (patch) | |
tree | 77df9afd6cd6be48d0a0b0debb397ada6816def6 /japanese/dvi2ps/Makefile | |
parent | 4aa6769e25a7f2c571c8f8944dedc7769a3cfa2c (diff) | |
download | freebsd-ports-gnome-aa620d8457ceeb2ec6543dde65f75190a8375153.tar.gz freebsd-ports-gnome-aa620d8457ceeb2ec6543dde65f75190a8375153.tar.zst freebsd-ports-gnome-aa620d8457ceeb2ec6543dde65f75190a8375153.zip |
Maintainer's update: unbreak japanese/dvi2ps for 5-current
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}; \ |