summaryrefslogtreecommitdiff
path: root/www/ap-auth-postgresql
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-07-24 19:45:22 +0000
committerjlam <jlam@pkgsrc.org>2002-07-24 19:45:22 +0000
commite1be891dbc856679f71ca61e065fc63be575f829 (patch)
tree8d3205091ef102f873815aafda1fc32447c8b6c2 /www/ap-auth-postgresql
parent84ec437ca0fb286b090effe245add1fd54c91295 (diff)
downloadpkgsrc-e1be891dbc856679f71ca61e065fc63be575f829.tar.gz
Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
Diffstat (limited to 'www/ap-auth-postgresql')
-rw-r--r--www/ap-auth-postgresql/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile
index b6e705bd87d..9aabc6d6311 100644
--- a/www/ap-auth-postgresql/Makefile
+++ b/www/ap-auth-postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/09/27 23:18:50 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2002/07/24 19:45:29 jlam Exp $
DISTNAME= AuthPG-1.2b2
PKGNAME= ap-auth-postgresql-1.2b2
@@ -11,8 +11,7 @@ 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
-# For "apxs":
-BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5
+USE_PERL5= build # for "apxs"
CPPFLAGS+= -I${LOCALBASE}/include/pgsql
LIBS= -lpq -lcrypt