diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-06-03 18:57:30 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-06-03 18:57:30 +0000 |
commit | 9897852e8c490798596da22678f56cde65fab266 (patch) | |
tree | 7a1681310fa8920b2bcadd8427f5caa002c7b70f /databases/p5-SQLite-Work/Makefile | |
parent | c02b54f2d6f9156b35cb7469bccf7fa923f78393 (diff) |
Notes
Diffstat (limited to 'databases/p5-SQLite-Work/Makefile')
-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} |