aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_pgsql2/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-02-06 11:21:00 +0000
committerClement Laforet <clement@FreeBSD.org>2004-02-06 11:21:00 +0000
commitd7754f81adf35b7c7b61d096180cd779eb700938 (patch)
tree06b6e12223884b8a88e1f1155a064c55ba8be501 /www/mod_auth_pgsql2/Makefile
parent002be5039c572524aaa10995d878ef3dfccbf4d2 (diff)
downloadports-d7754f81adf35b7c7b61d096180cd779eb700938.tar.gz
ports-d7754f81adf35b7c7b61d096180cd779eb700938.zip
- Use LATEST_LINK to avoir link conflict with www/mod_auth_pgsql
Noticed by: kris
Notes
Notes: svn path=/head/; revision=100131
Diffstat (limited to 'www/mod_auth_pgsql2/Makefile')
-rw-r--r--www/mod_auth_pgsql2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_auth_pgsql2/Makefile b/www/mod_auth_pgsql2/Makefile
index 1634fff197e4..0e4765799fa3 100644
--- a/www/mod_auth_pgsql2/Makefile
+++ b/www/mod_auth_pgsql2/Makefile
@@ -17,6 +17,8 @@ BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
RUN_DEPENDS= ${BUILD_DEPENDS}
LIB_DEPENDS= pq.3:${PORTSDIR}/databases/postgresql7
+LATEST_LINK= mod_auth_pgsql2
+
APXS?= ${LOCALBASE}/sbin/apxs
PG_INC?= ${LOCALBASE}/include
PG_LIBS?= ${LOCALBASE}/lib -lpq