diff options
author | swills <swills@FreeBSD.org> | 2011-09-25 08:07:59 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-09-25 08:07:59 +0800 |
commit | 643fe5a598dde409de9a295aa7c49c6e3f0f0a45 (patch) | |
tree | c9a1551c3a9e413ecf736d0c37d7d7c2c203242a | |
parent | 4410f76cc6bd639e2ff6e1f9f2d8d910e20cbb8c (diff) | |
download | freebsd-ports-gnome-643fe5a598dde409de9a295aa7c49c6e3f0f0a45.tar.gz freebsd-ports-gnome-643fe5a598dde409de9a295aa7c49c6e3f0f0a45.tar.zst freebsd-ports-gnome-643fe5a598dde409de9a295aa7c49c6e3f0f0a45.zip |
- Use := in setting RUN_DEPENDS to quiet portlint
- set TEST_DEPENDS to help with testing
-rw-r--r-- | converters/p5-Unicode-Stringprep/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/p5-Unicode-Stringprep/Makefile b/converters/p5-Unicode-Stringprep/Makefile index 33f2d69abdc2..ae54c98ee69c 100644 --- a/converters/p5-Unicode-Stringprep/Makefile +++ b/converters/p5-Unicode-Stringprep/Makefile @@ -15,7 +15,9 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Preparation of Internationalized Strings (RFC 3454) BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unicode/Normalize.pm:${PORTSDIR}/textproc/p5-Unicode-Normalize -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} + +TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings PERL_CONFIGURE= yes |