diff options
author | crees <crees@FreeBSD.org> | 2012-06-04 02:57:30 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-06-04 02:57:30 +0800 |
commit | 10bcfcea5fcdc6a653dc725b54fe702a0c2ff3b4 (patch) | |
tree | e0787cd2a5fecd9ab7c4f56be07119b885b73382 /databases/p5-SQLite-Work | |
parent | b794b2537366efd7f5b215fcbbc6cba4b3ed9a34 (diff) | |
download | freebsd-ports-gnome-10bcfcea5fcdc6a653dc725b54fe702a0c2ff3b4.tar.gz freebsd-ports-gnome-10bcfcea5fcdc6a653dc725b54fe702a0c2ff3b4.tar.zst freebsd-ports-gnome-10bcfcea5fcdc6a653dc725b54fe702a0c2ff3b4.zip |
SITE_PERL --> package dependencies, chunks 2-3
Submitted by: az
Diffstat (limited to 'databases/p5-SQLite-Work')
-rw-r--r-- | databases/p5-SQLite-Work/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/p5-SQLite-Work/Makefile b/databases/p5-SQLite-Work/Makefile index 8611129b826b..5b28539538d0 100644 --- a/databases/p5-SQLite-Work/Makefile +++ b/databases/p5-SQLite-Work/Makefile @@ -16,9 +16,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Report on and update an SQLite database -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ - ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/Text/NeatTemplate.pm:${PORTSDIR}/textproc/p5-Text-NeatTemplate \ +RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-Text-NeatTemplate>=0:${PORTSDIR}/textproc/p5-Text-NeatTemplate \ p5-Getopt-ArgvFile>=1.10:${PORTSDIR}/devel/p5-Getopt-ArgvFile BUILD_DEPENDS= ${RUN_DEPENDS} |