1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix missuage of PREFIX when LOCALBASE is needed thus fix build with custom

LOCALBASE

Reported by:	QATty
Approved by:	portmgr (itetcu@)
This commit is contained in:
Ion-Mihai Tetcu 2009-06-10 15:56:48 +00:00
parent ce6b44aa3f
commit c7c5c72d9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235547

View File

@ -22,7 +22,7 @@ USE_PHP= yes
USE_PHPEXT= yes
USE_BZIP2= yes
CONFIGURE_ARGS= --with-qrencode=${PREFIX}
CONFIGURE_ARGS= --with-qrencode=${LOCALBASE}
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${EXTRA_LIBS}"