diff options
author | obrien <obrien@FreeBSD.org> | 1998-12-07 08:40:19 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-12-07 08:40:19 +0800 |
commit | aa814aa62e84f36913fdcd2888080f1773330397 (patch) | |
tree | 1fb3c42861fb463bc086a7fe5afee26967818c4b /graphics/xpdf/Makefile | |
parent | 9f72e2b206f57ccfd83a23054e8baf834395ccb4 (diff) | |
download | freebsd-ports-gnome-aa814aa62e84f36913fdcd2888080f1773330397.tar.gz freebsd-ports-gnome-aa814aa62e84f36913fdcd2888080f1773330397.tar.zst freebsd-ports-gnome-aa814aa62e84f36913fdcd2888080f1773330397.zip |
* fix packaging problem
* turn on support for Janpanese fonts
Packaging not tested by: vanilla
Diffstat (limited to 'graphics/xpdf/Makefile')
-rw-r--r-- | graphics/xpdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 6343d083762c..bc78723ceb5c 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -3,7 +3,7 @@ # Date created: 02 Feb 1996 # Whom: chuckr@glue.umd.edu # -# $Id: Makefile,v 1.16 1998/12/06 17:08:46 vanilla Exp $ +# $Id: Makefile,v 1.17 1998/12/06 23:36:04 obrien Exp $ # DISTNAME= xpdf-0.80 @@ -19,7 +19,7 @@ MAINTAINER= chuckr@glue.umd.edu LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gzip +CONFIGURE_ARGS= --with-gzip --enable-japanese USE_X_PREFIX= yes MAN1= pdfimages.1 \ pdfinfo.1 \ |