aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql_autodoc
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2012-06-30 20:52:28 +0800
committerolgeni <olgeni@FreeBSD.org>2012-06-30 20:52:28 +0800
commit5648943fce0bad82d0f6c6a2c9ab8d5a9157aae0 (patch)
tree5f3d1ca8edbe974a5b4e48fdbd4d201c534668a1 /databases/postgresql_autodoc
parented5c9f50b0dcb5856bc20d86b2a8368633864a9e (diff)
downloadfreebsd-ports-gnome-5648943fce0bad82d0f6c6a2c9ab8d5a9157aae0.tar.gz
freebsd-ports-gnome-5648943fce0bad82d0f6c6a2c9ab8d5a9157aae0.tar.zst
freebsd-ports-gnome-5648943fce0bad82d0f6c6a2c9ab8d5a9157aae0.zip
Remove SITE_PERL from *_DEPENDS.
Diffstat (limited to 'databases/postgresql_autodoc')
-rw-r--r--databases/postgresql_autodoc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql_autodoc/Makefile b/databases/postgresql_autodoc/Makefile
index 950cb189f0a3..37e8241daff8 100644
--- a/databases/postgresql_autodoc/Makefile
+++ b/databases/postgresql_autodoc/Makefile
@@ -14,9 +14,9 @@ DIST_SUBDIR= postgresql
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Automatic documentation generator for postgresql databases
-BUILD_DEPENDS= ${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
- ${SITE_PERL}/mach/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
- ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
+BUILD_DEPENDS= p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \
+ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
+ p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
USE_GMAKE= yes
USE_PERL5= yes