diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_mysql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile index 3b8eb2ab17a9..f2e1a631dc6c 100644 --- a/www/mod_auth_mysql/Makefile +++ b/www/mod_auth_mysql/Makefile @@ -30,7 +30,6 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-mysql=${PREFIX} \ --with-apxs=${APXS} -.include <bsd.port.pre.mk> .include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" post-install: @@ -41,4 +40,4 @@ post-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |