diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-11-27 02:55:09 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-11-27 02:55:09 +0000 |
commit | e440840cd50a23ed666ea23c808d9f744795e23a (patch) | |
tree | 27cddab82731d5d02578f9647a598282aa82b466 /lang/parrot | |
parent | Alpha sort _stop function. Doesn't really affect anything (build-tested on a... (diff) |
Remove obsolete line. ia64 support failed years ago.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=454930
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index a24c2cc8532a..4be7c9ee5362 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -45,8 +45,6 @@ perl_OLD_CMD= perl DOCSDIR= share/doc/${PORTNAME}/${PORTVERSION} PLIST_SUB= PARROT_VER="${PORTVERSION}" -BROKEN_ia64= Does not compile on ia64 - do-configure: (cd ${WRKSRC} && ${PERL} ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) |