diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:25:05 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 12:25:05 +0000 |
commit | 4c68c01d0f361a4952973ce690a092d646acb7f3 (patch) | |
tree | 768b23086cd4c3e5b50d1df107582add5813e9e4 /sysutils/lire | |
parent | 816258886feae2b6709756fd4b521a6ca59421a6 (diff) | |
download | ports-4c68c01d0f361a4952973ce690a092d646acb7f3.tar.gz ports-4c68c01d0f361a4952973ce690a092d646acb7f3.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Notes
Notes:
svn path=/head/; revision=300261
Diffstat (limited to 'sysutils/lire')
-rw-r--r-- | sysutils/lire/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/lire/Makefile b/sysutils/lire/Makefile index 35b9824e8227..288d892c3875 100644 --- a/sysutils/lire/Makefile +++ b/sysutils/lire/Makefile @@ -23,13 +23,13 @@ COMMENT= Logfile analyse toolkit for multiple applications LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ lambda:${PORTSDIR}/math/lambda \ - ${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/Time/Timezone.pm:${PORTSDIR}/devel/p5-Time-modules \ - ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ - ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses \ - ${SITE_PERL}/Curses/UI.pm:${PORTSDIR}/devel/p5-Curses-UI \ - ${SITE_PERL}/Locale/TextDomain.pm:${PORTSDIR}/devel/p5-Locale-libintl + p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ + p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules \ + p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ + p5-Curses>=0:${PORTSDIR}/devel/p5-Curses \ + p5-Curses-UI>=0:${PORTSDIR}/devel/p5-Curses-UI \ + p5-Locale-libintl>=0:${PORTSDIR}/devel/p5-Locale-libintl OPTIONS= CHARTS "Have Charts output format" On \ HTML "Have HTML or DocBook output format" On \ @@ -264,7 +264,7 @@ MAN7= lire.7 .ifdef(WITH_CHARTS) RUN_DEPENDS+= ploticus:${PORTSDIR}/math/ploticus-nox11 -BUILD_DEPENDS+= ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph +BUILD_DEPENDS+= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph .endif .ifdef(WITH_HTML) RUN_DEPENDS+= lynx:${PORTSDIR}/www/lynx @@ -278,7 +278,7 @@ RUN_DEPENDS+= epsffit:${PORTSDIR}/print/psutils-a4 \ .endif .ifdef(WITH_EXCEL95) -BUILD_DEPENDS+= ${SITE_PERL}/Spreadsheet/WriteExcel.pm:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel +BUILD_DEPENDS+= p5-Spreadsheet-WriteExcel>=0:${PORTSDIR}/textproc/p5-Spreadsheet-WriteExcel .endif RUN_DEPENDS+= ${BUILD_DEPENDS} |