summaryrefslogtreecommitdiff
path: root/databases/postgresql_autodoc
diff options
context:
space:
mode:
authorSean Chittenden <seanc@FreeBSD.org>2003-05-14 18:32:02 +0000
committerSean Chittenden <seanc@FreeBSD.org>2003-05-14 18:32:02 +0000
commitc354be6a087d9f2273563a148bbbeebda4c96ca5 (patch)
treeabe6459680cc5bdcf82515cad50a820a7e6046cc /databases/postgresql_autodoc
parentUpdate postgresql_autodoc to 1.10b2. Fixes a few configure errors[1]. (diff)
Err... PERL_ARCH not needed when detecting HTML::Template. *blush*
Notes
Notes: svn path=/head/; revision=80992
Diffstat (limited to 'databases/postgresql_autodoc')
-rw-r--r--databases/postgresql_autodoc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql_autodoc/Makefile b/databases/postgresql_autodoc/Makefile
index 4ad0090eeb7d..a95e32d9ab87 100644
--- a/databases/postgresql_autodoc/Makefile
+++ b/databases/postgresql_autodoc/Makefile
@@ -15,7 +15,7 @@ DIST_SUBDIR= postgresql
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Automatic documentation generator for postgresql databases
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg