diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-09-19 11:52:14 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-09-19 11:52:14 +0000 |
commit | af1ffdc6f0cbc1adec637503b2f8d75194078e0c (patch) | |
tree | 52d981a1a19e7c1ea0cf3e4713ce472976f287d4 /www/mod_auth_pgsql | |
parent | - Cleanup dependencies (diff) |
- Define APACHE_COMPAT
It fixed INDEX build with next exp-build patchset and prepare a smooth
migration to bsd.apache.mk
It's a no-op for now.
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=143148
Diffstat (limited to 'www/mod_auth_pgsql')
-rw-r--r-- | www/mod_auth_pgsql/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_auth_pgsql/Makefile b/www/mod_auth_pgsql/Makefile index fbe5e8d91e0c..2fe37a654f44 100644 --- a/www/mod_auth_pgsql/Makefile +++ b/www/mod_auth_pgsql/Makefile @@ -17,6 +17,7 @@ BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/${APACHE_PORT} USE_PGSQL= yes +APACHE_COMPAT= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//} |