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-Getopt-Compact | |
parent | 42ee64c3c49cce8010fc9fe7a32d20439eab591b (diff) |
Notes
Diffstat (limited to 'devel/p5-Getopt-Compact')
-rw-r--r-- | devel/p5-Getopt-Compact/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |