diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-09 10:44:36 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-09 10:44:36 +0000 |
commit | 540165ff909abb464a62bb713313c63f5f47666c (patch) | |
tree | 80a42f43427cb325d90793cd39d9da6607b3713f /graphics/xpdf | |
parent | 6e3f3d9a44e368da739835660c187ec9b9ba0698 (diff) | |
download | ports-540165ff909abb464a62bb713313c63f5f47666c.tar.gz ports-540165ff909abb464a62bb713313c63f5f47666c.zip |
Notes
Diffstat (limited to 'graphics/xpdf')
-rw-r--r-- | graphics/xpdf/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index bc78723ceb5c..90ca86661f4f 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.17 1998/12/06 23:36:04 obrien Exp $ +# $Id: Makefile,v 1.18 1998/12/07 00:40:18 obrien Exp $ # DISTNAME= xpdf-0.80 @@ -18,9 +18,11 @@ MAINTAINER= chuckr@glue.umd.edu LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gzip --enable-japanese -USE_X_PREFIX= yes +CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" + MAN1= pdfimages.1 \ pdfinfo.1 \ pdftopbm.1 \ |