diff options
author | culot <culot@FreeBSD.org> | 2012-06-06 19:22:18 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-06-06 19:22:18 +0800 |
commit | 9c6a2b5b2992ba03bc9c2243bcc0e492a719a8bf (patch) | |
tree | 565ba845fe1e8c8941614bb1acd311fe0946ef7a /devel/p5-Getopt-Compact | |
parent | 3cf6891ad3759c0a1fe8952fa069d21cda75d6ae (diff) | |
download | freebsd-ports-gnome-9c6a2b5b2992ba03bc9c2243bcc0e492a719a8bf.tar.gz freebsd-ports-gnome-9c6a2b5b2992ba03bc9c2243bcc0e492a719a8bf.tar.zst freebsd-ports-gnome-9c6a2b5b2992ba03bc9c2243bcc0e492a719a8bf.zip |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@
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 |