diff options
author | swills <swills@FreeBSD.org> | 2012-01-09 03:05:23 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-09 03:05:23 +0800 |
commit | 96127cd2020a91ae754425cc64d8064fc2668e0f (patch) | |
tree | 8ba8cb24289ac283a7fe0d9950a302763d60b5c0 | |
parent | 0c45100d90d8490a0de0f87607224f282f46d3cf (diff) | |
download | freebsd-ports-gnome-96127cd2020a91ae754425cc64d8064fc2668e0f.tar.gz freebsd-ports-gnome-96127cd2020a91ae754425cc64d8064fc2668e0f.tar.zst freebsd-ports-gnome-96127cd2020a91ae754425cc64d8064fc2668e0f.zip |
-Add missing BUILD_DEPENDS to silence build warnings
-rw-r--r-- | textproc/p5-XML-Stream/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/p5-XML-Stream/Makefile b/textproc/p5-XML-Stream/Makefile index 7d10bf5dd14f..23a53089ef09 100644 --- a/textproc/p5-XML-Stream/Makefile +++ b/textproc/p5-XML-Stream/Makefile @@ -15,6 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= XML::Stream provides you with access to XML Stream +BUILD_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL PERL_CONFIGURE= yes |