aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-01-09 01:58:38 +0800
committerswills <swills@FreeBSD.org>2012-01-09 01:58:38 +0800
commit743e3ae504c30149978c4f593c800a212d6e791e (patch)
tree8627bbc0a17a576d28d27f091fdeb9acbbfef22e /textproc
parentb507ca2238eda9e43c5f168c5e65b5aaed91bcf8 (diff)
downloadfreebsd-ports-gnome-743e3ae504c30149978c4f593c800a212d6e791e.tar.gz
freebsd-ports-gnome-743e3ae504c30149978c4f593c800a212d6e791e.tar.zst
freebsd-ports-gnome-743e3ae504c30149978c4f593c800a212d6e791e.zip
- Add missing BUILD_DEPENDS to silence build warnings
- Move Test-Base to a TEST_DEPEND since it's only used for testing
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-Trac/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Text-Trac/Makefile b/textproc/p5-Text-Trac/Makefile
index 0b12a1f5469b..046a7efef4cd 100644
--- a/textproc/p5-Text-Trac/Makefile
+++ b/textproc/p5-Text-Trac/Makefile
@@ -14,13 +14,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for formatting text with Trac Wiki Style
-BUILD_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base
-RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Base>=0:${PORTSDIR}/devel/p5-Test-Base
PERL_CONFIGURE= yes