diff options
author | rafan <rafan@FreeBSD.org> | 2007-01-31 23:21:53 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-01-31 23:21:53 +0800 |
commit | be4ccce36e6fea11137504d20f47c7c562199194 (patch) | |
tree | db3c98911e7c3b05e071b819007ec06a7c5566b6 /devel | |
parent | ef466d081893a0f6c973ada9b6c2481fb5106ba3 (diff) | |
download | freebsd-ports-gnome-be4ccce36e6fea11137504d20f47c7c562199194.tar.gz freebsd-ports-gnome-be4ccce36e6fea11137504d20f47c7c562199194.tar.zst freebsd-ports-gnome-be4ccce36e6fea11137504d20f47c7c562199194.zip |
- It builds fine in tinderbox with latest ports and src tree. It seems that
the missing IPC::Cmd is related to other perl modules. So, do not mark it
interactive.
Approved by: Jin-Shan Tseng (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Dependencies/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/p5-Test-Dependencies/Makefile b/devel/p5-Test-Dependencies/Makefile index db8f4a3eb91d..7137fc8fc975 100644 --- a/devel/p5-Test-Dependencies/Makefile +++ b/devel/p5-Test-Dependencies/Makefile @@ -24,7 +24,6 @@ BUILD_DEPENDS= ${SITE_PERL}/B/PerlReq.pm:${PORTSDIR}/devel/p5-rpm-build-perl \ ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS= ${BUILD_DEPENDS} -IS_INTERACTIVE= yes PERL_CONFIGURE= yes MAN3= Test::Dependencies.3 |