diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-04 01:08:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-04 01:08:29 +0800 |
commit | a042fe19877fa5d3327b18e52106247019ca179a (patch) | |
tree | 26008c984bd9bcfc7ca60d158ee7acbe321dfbf4 /lang | |
parent | 2811d1613d0742856fbbd804acefab3919486c80 (diff) | |
download | freebsd-ports-gnome-a042fe19877fa5d3327b18e52106247019ca179a.tar.gz freebsd-ports-gnome-a042fe19877fa5d3327b18e52106247019ca179a.tar.zst freebsd-ports-gnome-a042fe19877fa5d3327b18e52106247019ca179a.zip |
- Add NO_ARCH
- Remove outdated comment
Diffstat (limited to 'lang')
-rw-r--r-- | lang/p5-Marpa-PP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/p5-Marpa-PP/Makefile b/lang/p5-Marpa-PP/Makefile index b3e006049801..a5651a94b046 100644 --- a/lang/p5-Marpa-PP/Makefile +++ b/lang/p5-Marpa-PP/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI \ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Weaken>=3.004000:${PORTSDIR}/devel/p5-Test-Weaken -# PERL_CONFIGURE failed on Perl 5.12.4 +NO_ARCH= yes USE_PERL5= modbuild USES= perl5 |