diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-06-11 12:57:49 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-06-11 12:57:49 +0800 |
commit | ce3927d6273dbfa3763e97986e65084be0e0e859 (patch) | |
tree | 7eebf9bada31d4c3fc3706eea24715bcb4846719 /devel/pecl-spread | |
parent | 393db4075a354793a27926567d6c1ecbbc1850ac (diff) | |
download | freebsd-ports-gnome-ce3927d6273dbfa3763e97986e65084be0e0e859.tar.gz freebsd-ports-gnome-ce3927d6273dbfa3763e97986e65084be0e0e859.tar.zst freebsd-ports-gnome-ce3927d6273dbfa3763e97986e65084be0e0e859.zip |
Fix build with custom LOCALBASE
Submitted by: maintainer
Reported by: QATty
Diffstat (limited to 'devel/pecl-spread')
-rw-r--r-- | devel/pecl-spread/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/pecl-spread/Makefile b/devel/pecl-spread/Makefile index 9c6bce67b9b1..c0b25f65b5df 100644 --- a/devel/pecl-spread/Makefile +++ b/devel/pecl-spread/Makefile @@ -21,4 +21,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/sp.h:${PORTSDIR}/net/spread4 USE_PHP= yes USE_PHPEXT= yes +CONFIGURE_ARGS+=--with-spread=${LOCALBASE} + .include <bsd.port.mk> |