diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-02 00:00:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-02 00:00:40 +0800 |
commit | 347355318fe04c894a517925ab06569c4cba9771 (patch) | |
tree | 5e2ff46acb2567dfe928da15f8d1c17d1d5e0cf6 /www | |
parent | cc9add457e4437a9ae2754c2525aeedc01655332 (diff) | |
download | freebsd-ports-gnome-347355318fe04c894a517925ab06569c4cba9771.tar.gz freebsd-ports-gnome-347355318fe04c894a517925ab06569c4cba9771.tar.zst freebsd-ports-gnome-347355318fe04c894a517925ab06569c4cba9771.zip |
- Add NO_ARCH
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Web-oEmbed/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/p5-Web-oEmbed/Makefile b/www/p5-Web-oEmbed/Makefile index 82c1d4b090f7..13a102780d7f 100644 --- a/www/p5-Web-oEmbed/Makefile +++ b/www/p5-Web-oEmbed/Makefile @@ -21,6 +21,7 @@ BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 |