From 587cc1e1b763fcf7d0457b5bcd786d1cb998f4ce Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Wed, 6 Jun 2012 11:22:18 +0000 Subject: - Remove SITE_PERL from *_DEPENDS Submitted by: az@ --- devel/p5-Getopt-Compact/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/p5-Getopt-Compact') diff --git a/devel/p5-Getopt-Compact/Makefile b/devel/p5-Getopt-Compact/Makefile index b7baa512da7f..5f9f35e48406 100644 --- a/devel/p5-Getopt-Compact/Makefile +++ b/devel/p5-Getopt-Compact/Makefile @@ -14,9 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Getopt processing in a compact statement with long and short options -RUN_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ - ${SITE_PERL}/Text/Table.pm:${PORTSDIR}/textproc/p5-Text-Table \ - ${SITE_PERL}/Env/Path.pm:${PORTSDIR}/devel/p5-Env-Path +RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ + p5-Text-Table>=0:${PORTSDIR}/textproc/p5-Text-Table \ + p5-Env-Path>=0:${PORTSDIR}/devel/p5-Env-Path BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -- cgit v1.2.3