diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/p5-Net-TiVo | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | freebsd-ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'net/p5-Net-TiVo')
-rw-r--r-- | net/p5-Net-TiVo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/p5-Net-TiVo/Makefile b/net/p5-Net-TiVo/Makefile index f06fdfd3c052..b549607f0409 100644 --- a/net/p5-Net-TiVo/Makefile +++ b/net/p5-Net-TiVo/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= eg@fbsd.lt COMMENT= Framework for accessing TiVo using XML/HTTP -BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ - p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ - p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay +BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \ + p5-XML-Simple>=0:textproc/p5-XML-Simple \ + p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \ + p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 |