diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-29 21:50:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-29 21:50:47 +0800 |
commit | a12bbb34e191415bf48b0ea68ccca9d79d434c7e (patch) | |
tree | 6607278f16e3cd73c2865783b72b9a94cd4ef282 /net | |
parent | 58bb955fb3504a11cbc68be3f124b99d268fd060 (diff) | |
download | freebsd-ports-gnome-a12bbb34e191415bf48b0ea68ccca9d79d434c7e.tar.gz freebsd-ports-gnome-a12bbb34e191415bf48b0ea68ccca9d79d434c7e.tar.zst freebsd-ports-gnome-a12bbb34e191415bf48b0ea68ccca9d79d434c7e.zip |
- Sort *_DEPENDS
- Add NO_ARCH
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-XML-Compile-WSDL11/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/p5-XML-Compile-WSDL11/Makefile b/net/p5-XML-Compile-WSDL11/Makefile index c783d4ad5d96..37e4552b1d7d 100644 --- a/net/p5-XML-Compile-WSDL11/Makefile +++ b/net/p5-XML-Compile-WSDL11/Makefile @@ -14,11 +14,12 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Log-Report>=1.05:${PORTSDIR}/devel/p5-Log-Report \ + p5-XML-Compile>=1.48:${PORTSDIR}/textproc/p5-XML-Compile \ p5-XML-Compile-Cache>=1.03:${PORTSDIR}/textproc/p5-XML-Compile-Cache \ - p5-XML-Compile-SOAP>=3.06:${PORTSDIR}/net/p5-XML-Compile-SOAP \ - p5-XML-Compile>=1.48:${PORTSDIR}/textproc/p5-XML-Compile + p5-XML-Compile-SOAP>=3.06:${PORTSDIR}/net/p5-XML-Compile-SOAP RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 |