diff options
author | swills <swills@FreeBSD.org> | 2012-01-08 14:09:41 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-08 14:09:41 +0800 |
commit | 9aa818efaae578876b6bd0e40ce3d1bf190c762f (patch) | |
tree | ae1f26367a64701f633833697ffcab9f36c1efc4 /textproc/p5-RDF-Simple | |
parent | 71961438252b85ea86100bb41537d9557433bd08 (diff) | |
download | freebsd-ports-gnome-9aa818efaae578876b6bd0e40ce3d1bf190c762f.tar.gz freebsd-ports-gnome-9aa818efaae578876b6bd0e40ce3d1bf190c762f.tar.zst freebsd-ports-gnome-9aa818efaae578876b6bd0e40ce3d1bf190c762f.zip |
- Add TEST_DEPENDS to silence build warning and enable testing
- Expand value of RUN_DEPENDS before assigning it
Diffstat (limited to 'textproc/p5-RDF-Simple')
-rw-r--r-- | textproc/p5-RDF-Simple/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-RDF-Simple/Makefile b/textproc/p5-RDF-Simple/Makefile index 25a510c68f49..a9d0b5ccbde5 100644 --- a/textproc/p5-RDF-Simple/Makefile +++ b/textproc/p5-RDF-Simple/Makefile @@ -21,7 +21,9 @@ RUN_DEPENDS= p5-Class-MakeMethods>=0:${PORTSDIR}/devel/p5-Class-MakeMethods \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} +TEST_DEPENDS= p5-IO-CaptureOutput>0:${PORTSDIR}/devel/p5-IO-CaptureOutput \ + p5-Test-File>=0:${PORTSDIR}/devel/p5-Test-File PERL_CONFIGURE= yes |