diff options
-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 |