From 47bf68dae70467fe8d79bd7bc22050f1b91fae8b Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 3 Mar 2006 14:48:28 +0000 Subject: A typo in the Makefile rendered this port totally unusable PR: 93988 Approved by: portmgr (clement) --- www/mod_auth_pgsql2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www') diff --git a/www/mod_auth_pgsql2/Makefile b/www/mod_auth_pgsql2/Makefile index a691a270cc22..9f205f7edd24 100644 --- a/www/mod_auth_pgsql2/Makefile +++ b/www/mod_auth_pgsql2/Makefile @@ -6,7 +6,7 @@ PORTNAME= mod_auth_pgsql PORTVERSION= 2.0.2b1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/ @@ -19,7 +19,7 @@ USE_APACHE= 20 LATEST_LINK= mod_auth_pgsql2 AP_INC?= ${LOCALBASE}/include -AP_LIBS?= ${LOCALBASE}/lib -lpq +AP_LIB?= ${LOCALBASE}/lib -lpq AP_FAST_BUILD= YES AP_GENPLIST= YES PORTDOCS= mod_auth_pgsql.html -- cgit