diff options
author | hrs <hrs@FreeBSD.org> | 2005-11-21 01:57:05 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-11-21 01:57:05 +0800 |
commit | 0c4d5dcc46810e4039ad63c1197a8835b9b42557 (patch) | |
tree | c8f0c43c44209e09ef24e056b2517ac8055692f3 | |
parent | d89162d34a4365d5df4db6972cc456726b080ac7 (diff) | |
download | freebsd-ports-gnome-0c4d5dcc46810e4039ad63c1197a8835b9b42557.tar.gz freebsd-ports-gnome-0c4d5dcc46810e4039ad63c1197a8835b9b42557.tar.zst freebsd-ports-gnome-0c4d5dcc46810e4039ad63c1197a8835b9b42557.zip |
Add USE_GHOSTSCRIPT_RUN=yes for ports which use epstopdf(1).
Submitted by: thierry
-rw-r--r-- | print/teTeX-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |