diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-02-01 07:18:47 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-02-01 07:18:47 +0000 |
commit | c4d6261234fbdf99fc402ec62088b7870c247a19 (patch) | |
tree | 802ee93b5cd98552e02483af028164edcf6a90f6 /lang/php4/Makefile.ext | |
parent | f7aab3bddd542b546f23cb9c81c8b1d1309afabc (diff) |
Notes
Diffstat (limited to 'lang/php4/Makefile.ext')
-rw-r--r-- | lang/php4/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/Makefile.ext b/lang/php4/Makefile.ext index 830e33195f37..93965bd2791b 100644 --- a/lang/php4/Makefile.ext +++ b/lang/php4/Makefile.ext @@ -264,7 +264,7 @@ PHP_HEADER_DIRS=pcrelib .if ${PHP_MODNAME} == "pfpro" BUILD_DEPENDS+= ${LOCALBASE}/lib/libpfpro.so:${PORTSDIR}/finance/pfpro -CONFIGURE_ARGS+=--with-pfpro +CONFIGURE_ARGS+=--with-pfpro=${LOCALBASE} .endif .if ${PHP_MODNAME} == "pgsql" |