aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-07-13 18:31:33 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-07-13 18:31:33 +0000
commit8da206ed453aefca0167d757f1ce95540e794623 (patch)
treeff77b2d3289f93eed454c0903f3c6bc2f308c7fd /devel/Makefile
parent21508097519470a2f55b11810be991d9916dedf5 (diff)
downloadports-8da206ed453aefca0167d757f1ce95540e794623.tar.gz
ports-8da206ed453aefca0167d757f1ce95540e794623.zip
Makes sure that all of the modules that are 'use'd are listed
in the Makefile.PL as dependencies. WWW: http://search.cpan.org/dist/Test-Dependencies/ PR: ports/100154 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
Notes
Notes: svn path=/head/; revision=167704
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f388862cc695..eee3e63b11e3 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1305,6 +1305,7 @@
SUBDIR += p5-Test-Cmd
SUBDIR += p5-Test-Data
SUBDIR += p5-Test-Deep
+ SUBDIR += p5-Test-Dependencies
SUBDIR += p5-Test-Differences
SUBDIR += p5-Test-Exception
SUBDIR += p5-Test-Expect