diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-05-14 18:32:02 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-05-14 18:32:02 +0000 |
commit | c354be6a087d9f2273563a148bbbeebda4c96ca5 (patch) | |
tree | abe6459680cc5bdcf82515cad50a820a7e6046cc /databases/postgresql_autodoc | |
parent | 43a891f9f610e5b90bf7b1d9962d1d1f8a777019 (diff) | |
download | ports-c354be6a087d9f2273563a148bbbeebda4c96ca5.tar.gz ports-c354be6a087d9f2273563a148bbbeebda4c96ca5.zip |
Notes
Diffstat (limited to 'databases/postgresql_autodoc')
-rw-r--r-- | databases/postgresql_autodoc/Makefile | 2 |
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 |