diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | c634b4bb839753aec2ae1040e2c80a5282402cb8 (patch) | |
tree | d8b3fc97550f860aeb41c57751d2550e9ad6273e /databases/postgresql_autodoc | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) | |
download | ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip |
Notes
Diffstat (limited to 'databases/postgresql_autodoc')
-rw-r--r-- | databases/postgresql_autodoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql_autodoc/Makefile b/databases/postgresql_autodoc/Makefile index c9cb9ead2479..361554cdbc9e 100644 --- a/databases/postgresql_autodoc/Makefile +++ b/databases/postgresql_autodoc/Makefile @@ -14,8 +14,8 @@ DIST_SUBDIR= postgresql MAINTAINER= olgeni@FreeBSD.org COMMENT= Automatic documentation generator for postgresql databases -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}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg +BUILD_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \ + ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg GNU_CONFIGURE= yes USE_GMAKE= yes |