diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-10-19 11:27:51 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-10-19 11:27:51 +0000 |
commit | 2175befa1c0bda47e85e207c9c8f7ff64cfc81c4 (patch) | |
tree | 4e2d66d4b16cbb1af26e874f53878b2fd1615aad /devel/pecl-statgrab | |
parent | 1d00335eb75af8b0ce731f0e19c63c3bd3ad74c4 (diff) | |
download | ports-2175befa1c0bda47e85e207c9c8f7ff64cfc81c4.tar.gz ports-2175befa1c0bda47e85e207c9c8f7ff64cfc81c4.zip |
Notes
Diffstat (limited to 'devel/pecl-statgrab')
-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 |