From 642518af66bd4e87bc962d72f19de87bf6ac7de6 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Tue, 6 Mar 2012 02:47:02 +0000 Subject: [PATCH] - Add missing BUILD_DEPENDS and RUN_DEPENDS - Bump PORTREVISION --- net-im/p5-Net-MSN/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-im/p5-Net-MSN/Makefile b/net-im/p5-Net-MSN/Makefile index 0741d00e19f0..89da41a6a579 100644 --- a/net-im/p5-Net-MSN/Makefile +++ b/net-im/p5-Net-MSN/Makefile @@ -5,6 +5,7 @@ PORTNAME= Net-MSN PORTVERSION= 1.022 +PORTREVISION= 1 CATEGORIES= net-im perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +13,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Net::MSN interface -BUILD_DEPENDS= ${SITE_PERL}/Hash/Merge.pm:${PORTSDIR}/textproc/p5-Hash-Merge +BUILD_DEPENDS= p5-Hash-Merge>=0:${PORTSDIR}/textproc/p5-Hash-Merge \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes