diff options
author | jlam <jlam@pkgsrc.org> | 2003-01-05 20:14:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-01-05 20:14:20 +0000 |
commit | 475cbe5281ff44f7b13454f24fc7d64c2a338df2 (patch) | |
tree | b69974774881184f981349b96bd3d886fb6d92b6 /www/ap-auth-postgresql | |
parent | 4ec712783e2eb6ec0ee1c259ba86d37331e80721 (diff) | |
download | pkgsrc-475cbe5281ff44f7b13454f24fc7d64c2a338df2.tar.gz |
Bump PKGREVISION due to increase in the major number of libpq.so between
version 7.2.3 and 7.3.1 of databases/postgresql-lib.
Diffstat (limited to 'www/ap-auth-postgresql')
-rw-r--r-- | www/ap-auth-postgresql/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile index 9aabc6d6311..81934a1fd28 100644 --- a/www/ap-auth-postgresql/Makefile +++ b/www/ap-auth-postgresql/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2002/07/24 19:45:29 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2003/01/05 20:14:33 jlam Exp $ DISTNAME= AuthPG-1.2b2 PKGNAME= ap-auth-postgresql-1.2b2 +PKGREVISION= 1 CATEGORIES= www databases MASTER_SITES= http://home.bawi.org/~minskim/authpg/ @@ -10,10 +11,10 @@ HOMEPAGE= http://home.bawi.org/~minskim/authpg/ COMMENT= Module to allow apache authentication against a Postgresql database DEPENDS+= apache{,6}-1.3.*:../../www/apache -DEPENDS+= postgresql-{6.5.3*,7.0*,lib-[0-9]*}:../../databases/postgresql-lib +DEPENDS+= postgresql-lib>=7.3.1:../../databases/postgresql-lib USE_PERL5= build # for "apxs" -CPPFLAGS+= -I${LOCALBASE}/include/pgsql +CPPFLAGS+= -I${LOCALBASE}/include/postgresql LIBS= -lpq -lcrypt do-build: |