diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2007-09-02 15:09:05 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2007-09-02 15:09:05 +0000 |
commit | 3e8e71d2ba000bb32b5bb44089eeff919e37ef10 (patch) | |
tree | 004a9f26badaf45958b61cd90bd977e497c31239 /japanese/ptex/Makefile | |
parent | 02b637fc58d6f6855b398994f2a51d6bcb4063e8 (diff) | |
download | ports-3e8e71d2ba000bb32b5bb44089eeff919e37ef10.tar.gz ports-3e8e71d2ba000bb32b5bb44089eeff919e37ef10.zip |
Notes
Diffstat (limited to 'japanese/ptex/Makefile')
-rw-r--r-- | japanese/ptex/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile index 5a4d9a39532b..ee7d117cf851 100644 --- a/japanese/ptex/Makefile +++ b/japanese/ptex/Makefile @@ -6,7 +6,7 @@ PORTNAME= ptex PORTVERSION= 3.1.9 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/:1 \ @@ -124,10 +124,7 @@ pre-configure: --with-t1lib-include=${LIBT1_PREFIX}/include \ --without-xdvik --without-oxdvik \ --without-dvipsk --without-odvipsk \ - --without-x11 --without-dvipdfm \ - --without-pdftex --without-pdfetex --without-pdfxtex \ - --without-omega --without-eomega - --without-etex && \ + --without-x11 --without-dvipdfm && \ ${SETENV} ${MAKE_ENV} ${MAKE} ${ALL_TARGET} post-install: |