1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

Add some CONFIGURE_ENV to build properly with non-standard PREFIX.

PR:		42843
Submitted by:	Thomas Hurst <freaky@aagh.net>
This commit is contained in:
Dmitry Sivachenko 2002-10-06 07:13:28 +00:00
parent 7d37c5b649
commit 831bd90e23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67463

View File

@ -17,6 +17,7 @@ MAINTAINER= demon@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-javascript --with-ssl --without-svgalib
CONFIGURE_ENV+= CPPFLAGS='-I${LOCALBASE}/include' LDFLAGS='-L${LOCALBASE}/lib'
USE_OPENSSL= yes
USE_BZIP2= yes