diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-06-06 11:22:18 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-06-06 11:22:18 +0000 |
commit | 587cc1e1b763fcf7d0457b5bcd786d1cb998f4ce (patch) | |
tree | e707935bbf81c616a07f69805dd92a8c79bde0f1 /devel/p5-SVN-Notify | |
parent | 42ee64c3c49cce8010fc9fe7a32d20439eab591b (diff) | |
download | ports-587cc1e1b763fcf7d0457b5bcd786d1cb998f4ce.tar.gz ports-587cc1e1b763fcf7d0457b5bcd786d1cb998f4ce.zip |
Notes
Diffstat (limited to 'devel/p5-SVN-Notify')
-rw-r--r-- | devel/p5-SVN-Notify/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-SVN-Notify/Makefile b/devel/p5-SVN-Notify/Makefile index c2e4969696e9..8fa0ec390c5b 100644 --- a/devel/p5-SVN-Notify/Makefile +++ b/devel/p5-SVN-Notify/Makefile @@ -17,9 +17,9 @@ COMMENT= Subversion activity notification LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= ${SITE_PERL}/Net/SMTP_auth.pm:${PORTSDIR}/mail/p5-Net-SMTP_auth \ +RUN_DEPENDS= p5-Net-SMTP_auth>=0:${PORTSDIR}/mail/p5-Net-SMTP_auth \ p5-Text-Trac>=0.10:${PORTSDIR}/textproc/p5-Text-Trac \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser BUILD_DEPENDS= ${RUN_DEPENDS} PERL_MODBUILD= yes |