diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-09-21 04:26:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-09-21 04:26:21 +0800 |
commit | b06599a6650f439d3d5b4a58170ba15b2c07cdf9 (patch) | |
tree | 2974063a16780799fab45f8a9365b844d58fe756 | |
parent | 0d3cc2674361ecc52d88d3c9fe26447793f71a3e (diff) | |
download | freebsd-ports-gnome-b06599a6650f439d3d5b4a58170ba15b2c07cdf9.tar.gz freebsd-ports-gnome-b06599a6650f439d3d5b4a58170ba15b2c07cdf9.tar.zst freebsd-ports-gnome-b06599a6650f439d3d5b4a58170ba15b2c07cdf9.zip |
- Add NO_ARCH
-rw-r--r-- | net/p5-Net-LimeLight-Purge/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/p5-Net-LimeLight-Purge/Makefile b/net/p5-Net-LimeLight-Purge/Makefile index fc5749bf3db0..a800a7e6a3d8 100644 --- a/net/p5-Net-LimeLight-Purge/Makefile +++ b/net/p5-Net-LimeLight-Purge/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= p5-DateTime-Format-ISO8601>=0.06:${PORTSDIR}/devel/p5-DateTime-Fo p5-SOAP-Lite>=0.710.08:${PORTSDIR}/net/p5-SOAP-Lite RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 |