diff options
author | chuckr <chuckr@FreeBSD.org> | 2000-09-04 23:33:43 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 2000-09-04 23:33:43 +0800 |
commit | 86508da5826c389a372c9ea9aeef0c89738fb0a5 (patch) | |
tree | bf8e2c1abbeffb6a5d0e4dc619cf26c4bdd12d05 /graphics/xpdf/Makefile | |
parent | 8808f8a692805fc220f1ba21c8d12dbe91a256b3 (diff) | |
download | freebsd-ports-gnome-86508da5826c389a372c9ea9aeef0c89738fb0a5.tar.gz freebsd-ports-gnome-86508da5826c389a372c9ea9aeef0c89738fb0a5.tar.zst freebsd-ports-gnome-86508da5826c389a372c9ea9aeef0c89738fb0a5.zip |
Bring this up to version 0.91.
Submitted by: mikko@dynas.se
Diffstat (limited to 'graphics/xpdf/Makefile')
-rw-r--r-- | graphics/xpdf/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 2f610e020705..7dfacf444093 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -6,20 +6,17 @@ # PORTNAME= xpdf -PORTVERSION= 0.90 +PORTVERSION= 0.91 CATEGORIES= graphics print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} ftp://ftp.foolabs.com/pub/xpdf/ \ ftp://ftp.duke.edu/pub/X11/contrib/applications/ MASTER_SITE_SUBDIR=support/xpdf EXTRACT_SUFX= .tgz -PATCH_SITES= http://www.fefe.de/ -PATCHFILES= xpdf-0.90-fefe-diff.gz -PATCH_DIST_STRIP= -p1 - MAINTAINER= chuckr@freebsd.org -LIB_DEPENDS= t1x.1:${PORTSDIR}/devel/t1lib +LIB_DEPENDS= t1x.1:${PORTSDIR}/devel/t1lib \ + ttf.4:${PORTSDIR}/print/freetype ### crypto #.if !defined(PACKAGE_BUILDING) @@ -29,11 +26,14 @@ USE_XLIB= yes USE_X_PREFIX= yes USE_XPM= yes USE_AUTOCONF= yes -CONFIGURE_ARGS= --with-gzip --enable-japanese \ +CONFIGURE_ARGS= --with-gzip --enable-opi \ + --enable-japanese --enable-chinese \ --with-t1-library=${LOCALBASE}/lib \ --with-t1-includes=${LOCALBASE}/include \ --with-t1x-library=${LOCALBASE}/lib \ - --with-t1x-includes=${LOCALBASE}/include + --with-t1x-includes=${LOCALBASE}/include \ + --with-freetype-library=${LOCALBASE}/lib \ + --with-freetype-includes=${LOCALBASE}/include .if defined(A4) CONFIGURE_ARGS+= --enable-a4-paper .endif |