From 98df6620e9ebee30596f875ed8fb7ab9a36a934b Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Sun, 20 Nov 2005 17:57:05 +0000 Subject: [PATCH] Add USE_GHOSTSCRIPT_RUN=yes for ports which use epstopdf(1). Submitted by: thierry --- print/teTeX-base/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile index 914402bf33b4..000fdd051846 100644 --- a/print/teTeX-base/Makefile +++ b/print/teTeX-base/Makefile @@ -7,7 +7,7 @@ PORTNAME= teTeX-base PORTVERSION= 3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/dvips/:1 @@ -31,6 +31,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ WRKSRC= ${WRKDIR}/tetex-src-${PORTVERSION} USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes +USE_GHOSTSCRIPT_RUN= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-multiplatform \ --without-texinfo \