mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add CONFIGURE_ENV.
This commit is contained in:
parent
6e3f3d9a44
commit
540165ff90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15226
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Date created: 02 Feb 1996
|
# Date created: 02 Feb 1996
|
||||||
# Whom: chuckr@glue.umd.edu
|
# 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
|
DISTNAME= xpdf-0.80
|
||||||
|
@ -18,9 +18,11 @@ MAINTAINER= chuckr@glue.umd.edu
|
||||||
|
|
||||||
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
||||||
|
|
||||||
|
USE_X_PREFIX= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-gzip --enable-japanese
|
CONFIGURE_ARGS= --with-gzip --enable-japanese
|
||||||
USE_X_PREFIX= yes
|
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
|
||||||
|
|
||||||
MAN1= pdfimages.1 \
|
MAN1= pdfimages.1 \
|
||||||
pdfinfo.1 \
|
pdfinfo.1 \
|
||||||
pdftopbm.1 \
|
pdftopbm.1 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue