summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-10-19 11:27:51 +0000
committerSimon Barner <barner@FreeBSD.org>2005-10-19 11:27:51 +0000
commit2175befa1c0bda47e85e207c9c8f7ff64cfc81c4 (patch)
tree4e2d66d4b16cbb1af26e874f53878b2fd1615aad
parentUpdate to 1.55.2 (diff)
Make LOCALBASE-clean.
PR: ports/87626 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Notes
Notes: svn path=/head/; revision=145855
-rw-r--r--devel/pecl-statgrab/Makefile2
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