diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-02 17:54:43 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-02 17:54:43 +0000 |
commit | 5382b797798cc96be201ca78248d644ac5b3b00a (patch) | |
tree | fe83ab31c4e9d97d9055c23592d46eae2d27198b /french/plgrenouille | |
parent | 551fded38f17dae9a22c4621b1eee090e543099b (diff) | |
download | ports-5382b797798cc96be201ca78248d644ac5b3b00a.tar.gz ports-5382b797798cc96be201ca78248d644ac5b3b00a.zip |
Notes
Diffstat (limited to 'french/plgrenouille')
-rw-r--r-- | french/plgrenouille/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/french/plgrenouille/Makefile b/french/plgrenouille/Makefile index 71f914a4d93b..b598a19f6443 100644 --- a/french/plgrenouille/Makefile +++ b/french/plgrenouille/Makefile @@ -17,14 +17,8 @@ COMMENT= Un client pour determiner votre bande passante a un raccordement large LIB_DEPENDS= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes - -.include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -RUN_DEPENDS+= ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP3 -.else -RUN_DEPENDS+= ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP -.endif + ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ + ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP .if !defined(BATCH) IS_INTERACTIVE= yes @@ -84,4 +78,4 @@ post-install: @${ECHO_MSG} @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.post.mk> +.include <bsd.port.mk> |