diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-06 11:21:00 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-06 11:21:00 +0000 |
commit | d7754f81adf35b7c7b61d096180cd779eb700938 (patch) | |
tree | 06b6e12223884b8a88e1f1155a064c55ba8be501 /www/mod_auth_pgsql2 | |
parent | 002be5039c572524aaa10995d878ef3dfccbf4d2 (diff) | |
download | ports-d7754f81adf35b7c7b61d096180cd779eb700938.tar.gz ports-d7754f81adf35b7c7b61d096180cd779eb700938.zip |
Notes
Diffstat (limited to 'www/mod_auth_pgsql2')
-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 |