diff options
Diffstat (limited to 'www/ap-auth-postgresql/Makefile')
-rw-r--r-- | www/ap-auth-postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile index 7fbb2db040b..73c0152e965 100644 --- a/www/ap-auth-postgresql/Makefile +++ b/www/ap-auth-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/06/21 16:07:35 darcy Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/28 09:14:51 jlam Exp $ DISTNAME= AuthPG-1.2b2 PKGNAME= ap-auth-postgresql-1.2b2 @@ -11,7 +11,7 @@ HOMEPAGE= http://home.bawi.org/~minskim/authpg/ DEPENDS+= apache-1.3.*:../../www/apache DEPENDS+= postgresql-*:../../databases/postgresql # For "apxs": -BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 +BUILD_DEPENDS= ${PERL5}:../../lang/perl5 CPPFLAGS+= -I${LOCALBASE}/include/pgsql LIBS= -lpq -lcrypt |