diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-12-09 10:44:36 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-12-09 10:44:36 +0000 |
commit | b3c314c8f3ee8c12861da463a79d513adb5a11cc (patch) | |
tree | e999b9cdf1a522204744e9964ad0df737334266f /graphics/xpdf | |
parent | d7370e0274aae5b59451dbc42ce6ec0193faec04 (diff) | |
download | FreeBSD-ports-b3c314c8f3ee8c12861da463a79d513adb5a11cc.zip FreeBSD-ports-b3c314c8f3ee8c12861da463a79d513adb5a11cc.tar.gz |
Add CONFIGURE_ENV.
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 bc78723..90ca866 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 \ |