diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-18 02:00:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-18 02:00:08 +0800 |
commit | e7be1d9a783e7ab041bdda5887203153083f35f3 (patch) | |
tree | 540ff4fa7b38400fad87afb678bdd8501d1d6977 /net-im | |
parent | ba7bf500324b31bef4a016903e982ad992b2dab5 (diff) | |
download | freebsd-ports-gnome-e7be1d9a783e7ab041bdda5887203153083f35f3.tar.gz freebsd-ports-gnome-e7be1d9a783e7ab041bdda5887203153083f35f3.tar.zst freebsd-ports-gnome-e7be1d9a783e7ab041bdda5887203153083f35f3.zip |
Sort *_DEPENDS
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/p5-AnyEvent-XMPP/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/p5-AnyEvent-XMPP/Makefile b/net-im/p5-AnyEvent-XMPP/Makefile index 4704da84077e..0f3533426c8c 100644 --- a/net-im/p5-AnyEvent-XMPP/Makefile +++ b/net-im/p5-AnyEvent-XMPP/Makefile @@ -15,12 +15,12 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \ - p5-Net-LibIDN>=0:dns/p5-Net-LibIDN \ p5-Authen-SASL>=0:security/p5-Authen-SASL \ p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ + p5-Net-LibIDN>=0:dns/p5-Net-LibIDN \ + p5-Object-Event>=0.7:devel/p5-Object-Event \ p5-XML-Parser>=0:textproc/p5-XML-Parser \ - p5-XML-Writer>=0:textproc/p5-XML-Writer \ - p5-Object-Event>=0.7:devel/p5-Object-Event + p5-XML-Writer>=0:textproc/p5-XML-Writer RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes |