diff options
Diffstat (limited to 'www/mod_auth_form')
-rw-r--r-- | www/mod_auth_form/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/mod_auth_form/Makefile b/www/mod_auth_form/Makefile index d8b83a066e8a..c76f85d982e8 100644 --- a/www/mod_auth_form/Makefile +++ b/www/mod_auth_form/Makefile @@ -26,6 +26,9 @@ CONFIGURE_ENV= MYSQL_PREFIX="${LOCALBASE}" APACHE2_PREFIX="${LOCALBASE}" \ APACHE2_INCLUDE="${LOCALBASE}/include/apache${APACHE_VERSION}" \ APR1_INCLUDE="${LOCALBASE}/include/apache2" +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -I${LOCALBASE}/lib + PORTDOCS= AUTHORS NEWS README post-install: |