diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /textproc/extract_url | |
parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) |
Notes
Diffstat (limited to 'textproc/extract_url')
-rw-r--r-- | textproc/extract_url/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/textproc/extract_url/Makefile b/textproc/extract_url/Makefile index d6d984a60034..be1efb1b02c9 100644 --- a/textproc/extract_url/Makefile +++ b/textproc/extract_url/Makefile @@ -13,8 +13,8 @@ COMMENT= Perl script that extracts URLs from email in MIME or plain text format LICENSE= BSD2CLAUSE -BUILD_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS= p5-MIME-Tools>=0:mail/p5-MIME-Tools \ + p5-HTML-Parser>=0:www/p5-HTML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gmake perl5 @@ -40,10 +40,10 @@ URLVIEW_DESC= Uses urlview for the URL selector menu OPTIONS_SUB= yes -CURSES_UI_RUN_DEPENDS= p5-Curses-UI>=0:${PORTSDIR}/devel/p5-Curses-UI -GETOPT_LONG_RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long -URLVIEW_RUN_DEPENDS= urlview>=0:${PORTSDIR}/textproc/urlview -URI_FIND_RUN_DEPENDS= p5-URI-Find>=0:${PORTSDIR}/textproc/p5-URI-Find +CURSES_UI_RUN_DEPENDS= p5-Curses-UI>=0:devel/p5-Curses-UI +GETOPT_LONG_RUN_DEPENDS= p5-Getopt-Long>=0:devel/p5-Getopt-Long +URLVIEW_RUN_DEPENDS= urlview>=0:textproc/urlview +URI_FIND_RUN_DEPENDS= p5-URI-Find>=0:textproc/p5-URI-Find PORTDOCS= AUTHORS NEWS README |