diff options
author | mat <mat@FreeBSD.org> | 2014-08-25 22:58:09 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-08-25 22:58:09 +0800 |
commit | baf77529a49ffe677e3a3c40bf2ca69c38705b5f (patch) | |
tree | 966ed5829666920bedd6a6ec7d9084bcd3b4e909 /www/mod_auth_pgsql2/Makefile | |
parent | b76ba6fe499e5f0dc12b42c13ecb219b10d031a2 (diff) | |
download | freebsd-ports-graphics-baf77529a49ffe677e3a3c40bf2ca69c38705b5f.tar.gz freebsd-ports-graphics-baf77529a49ffe677e3a3c40bf2ca69c38705b5f.tar.zst freebsd-ports-graphics-baf77529a49ffe677e3a3c40bf2ca69c38705b5f.zip |
Fix with apache 2.4.
Sponsored by: Absolight
Diffstat (limited to 'www/mod_auth_pgsql2/Makefile')
-rw-r--r-- | www/mod_auth_pgsql2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_auth_pgsql2/Makefile b/www/mod_auth_pgsql2/Makefile index e6eb05032fb..58beacfc409 100644 --- a/www/mod_auth_pgsql2/Makefile +++ b/www/mod_auth_pgsql2/Makefile @@ -12,7 +12,7 @@ MAINTAINER= apache@FreeBSD.org COMMENT= Allows users to use PostgreSQL databases for user authentication USES= pgsql -USE_APACHE= 22 +USE_APACHE= 22+ AP_INC?= ${LOCALBASE}/include AP_LIB?= ${LOCALBASE}/lib -lpq |