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 | |
parent | 9f72e2b206f57ccfd83a23054e8baf834395ccb4 (diff) | |
download | freebsd-ports-graphics-aa814aa62e84f36913fdcd2888080f1773330397.tar.gz freebsd-ports-graphics-aa814aa62e84f36913fdcd2888080f1773330397.tar.zst freebsd-ports-graphics-aa814aa62e84f36913fdcd2888080f1773330397.zip |
* fix packaging problem
* turn on support for Janpanese fonts
Packaging not tested by: vanilla
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpdf/Makefile | 4 | ||||
-rw-r--r-- | graphics/xpdf/distinfo | 1 | ||||
-rw-r--r-- | graphics/xpdf/pkg-plist | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 6343d083762..bc78723ceb5 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 \ diff --git a/graphics/xpdf/distinfo b/graphics/xpdf/distinfo index 8b107a2d29b..a7b2c9fe98d 100644 --- a/graphics/xpdf/distinfo +++ b/graphics/xpdf/distinfo @@ -1 +1,2 @@ MD5 (xpdf-0.80.tgz) = 91d49cfaf1e555a26a9bcd0b57e51f8a +MD5 (encrypt.tar.gz) = 4f1dfa1fbde647212c14fd5940b9b68e diff --git a/graphics/xpdf/pkg-plist b/graphics/xpdf/pkg-plist index d3ac2071977..11427e76f6e 100644 --- a/graphics/xpdf/pkg-plist +++ b/graphics/xpdf/pkg-plist @@ -1,4 +1,4 @@ -bin/pdfimage +bin/pdfimages bin/pdfinfo bin/pdftopbm bin/pdftops |