diff options
author | clement <clement@FreeBSD.org> | 2004-02-06 19:21:00 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-02-06 19:21:00 +0800 |
commit | 38745451b9ff27573ce6973cfd9d3c2f622204ca (patch) | |
tree | 651a050718ba935a012004457bfb2fb75a44e6e0 /www | |
parent | ecd34a616d963c619ce4f1260482cc7a47dddb84 (diff) | |
download | freebsd-ports-gnome-38745451b9ff27573ce6973cfd9d3c2f622204ca.tar.gz freebsd-ports-gnome-38745451b9ff27573ce6973cfd9d3c2f622204ca.tar.zst freebsd-ports-gnome-38745451b9ff27573ce6973cfd9d3c2f622204ca.zip |
- Use LATEST_LINK to avoir link conflict with www/mod_auth_pgsql
Noticed by: kris
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_pgsql2/Makefile | 2 |
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 |