diff options
author | az <az@FreeBSD.org> | 2012-06-30 20:25:05 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 20:25:05 +0800 |
commit | 0ebd6a5ee96d4083e11152c20272fdd13778fae4 (patch) | |
tree | dbe1a0d8df971ef0ba5b5f6a0096d7f3538cd64e /sysutils/lire | |
parent | 60d1bd004aa610051a3da8f2fb63c4b41c857301 (diff) | |
download | freebsd-ports-gnome-0ebd6a5ee96d4083e11152c20272fdd13778fae4.tar.gz freebsd-ports-gnome-0ebd6a5ee96d4083e11152c20272fdd13778fae4.tar.zst freebsd-ports-gnome-0ebd6a5ee96d4083e11152c20272fdd13778fae4.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
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} |