summaryrefslogtreecommitdiff
path: root/www/ap-auth-postgresql/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2003-01-05 20:14:20 +0000
committerjlam <jlam>2003-01-05 20:14:20 +0000
commit44abce54640cd1a6b03feb19999283038c9d6e29 (patch)
treeb69974774881184f981349b96bd3d886fb6d92b6 /www/ap-auth-postgresql/Makefile
parent7f0030bc39078609aaf6637c4c9853aa4e08ad1b (diff)
downloadpkgsrc-44abce54640cd1a6b03feb19999283038c9d6e29.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/Makefile')
-rw-r--r--www/ap-auth-postgresql/Makefile7
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: