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 | |
parent | c26f1dd0560cbba8ba4f68c468b5c2dcc6e81da1 (diff) | |
download | freebsd-ports-e440840cd50a23ed666ea23c808d9f744795e23a.zip |
Remove obsolete line. ia64 support failed years ago.
Approved by: portmgr (tier-2 blanket)
-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}) |