diff options
author | swills <swills@FreeBSD.org> | 2011-10-07 00:23:43 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-10-07 00:23:43 +0800 |
commit | 2a74589b66d2342e4fdd408179b1aa49ff029421 (patch) | |
tree | 2a2e82b2caad3702f4a9c4777681c68ca9fa1c4b /devel | |
parent | c1cafebf5e821cc76547f60107858e43a718500a (diff) | |
download | freebsd-ports-gnome-2a74589b66d2342e4fdd408179b1aa49ff029421.tar.gz freebsd-ports-gnome-2a74589b66d2342e4fdd408179b1aa49ff029421.tar.zst freebsd-ports-gnome-2a74589b66d2342e4fdd408179b1aa49ff029421.zip |
- Add build depends to eliminate build warning
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Contextual-Return/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Contextual-Return/Makefile b/devel/p5-Contextual-Return/Makefile index a6ec34da21ab..87b77567d8bd 100644 --- a/devel/p5-Contextual-Return/Makefile +++ b/devel/p5-Contextual-Return/Makefile @@ -16,8 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create context-senstive return values -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want \ ${SITE_PERL}/${PERL_ARCH}/version.pm:${PORTSDIR}/devel/p5-version +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |