diff options
author | mat <mat@FreeBSD.org> | 2006-03-03 14:48:28 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2006-03-03 14:48:28 +0000 |
commit | 47bf68dae70467fe8d79bd7bc22050f1b91fae8b (patch) | |
tree | 17dafe75851d0701511ddd1cc59df2e26ea1144c /www/mod_auth_pgsql2 | |
parent | fd5ad1a225a58e43100c395b72e29305da407ba8 (diff) | |
download | FreeBSD-ports-47bf68dae70467fe8d79bd7bc22050f1b91fae8b.zip FreeBSD-ports-47bf68dae70467fe8d79bd7bc22050f1b91fae8b.tar.gz |
A typo in the Makefile rendered this port totally unusable
PR: 93988
Approved by: portmgr (clement)
Diffstat (limited to 'www/mod_auth_pgsql2')
-rw-r--r-- | www/mod_auth_pgsql2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_auth_pgsql2/Makefile b/www/mod_auth_pgsql2/Makefile index a691a27..9f205f7 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 |