diff options
author | barner <barner@FreeBSD.org> | 2005-10-19 19:27:51 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-10-19 19:27:51 +0800 |
commit | c360285caf7c7dd3659f8cba863ce280d3e5a6f9 (patch) | |
tree | dc62f01c05bf457eddc5bd98ca311b4041757cbd /devel | |
parent | dbcbaaefc4f39631c68508c76aea7a89cdc0da7f (diff) | |
download | freebsd-ports-gnome-c360285caf7c7dd3659f8cba863ce280d3e5a6f9.tar.gz freebsd-ports-gnome-c360285caf7c7dd3659f8cba863ce280d3e5a6f9.tar.zst freebsd-ports-gnome-c360285caf7c7dd3659f8cba863ce280d3e5a6f9.zip |
Make LOCALBASE-clean.
PR: ports/87626
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pecl-statgrab/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/pecl-statgrab/Makefile b/devel/pecl-statgrab/Makefile index 9f1d5fd9fb8f..a844e9a397c5 100644 --- a/devel/pecl-statgrab/Makefile +++ b/devel/pecl-statgrab/Makefile @@ -26,6 +26,8 @@ USE_PHPEXT= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -ldevstat ${EXTRA_LIBS}" +CONFIGURE_ARGS= --with-statgrab=${LOCALBASE} + .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 |