summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-09-02 04:54:37 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-09-02 04:54:37 +0000
commitcfcef537f393742219676c8bcb971b854b2f1378 (patch)
treee5d00d6e9472ce507e902b98228431ca4fd2f5f2 /irc
parentUpdate to 0.42.2 (diff)
It has been reported that the Perl plug-in works fine on amd64 now, so
reenable it. PR: 84564 Sbumitted by: Jeff Connelly <shellreef+bsd@gmail.com>
Notes
Notes: svn path=/head/; revision=141757
Diffstat (limited to 'irc')
-rw-r--r--irc/xchat2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile
index 09d8931f0831..1070193b1918 100644
--- a/irc/xchat2/Makefile
+++ b/irc/xchat2/Makefile
@@ -60,7 +60,7 @@ PLIST_SUB+= TCL="@comment "
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64" || ${PERL_LEVEL} < 500600 || defined(WITHOUT_PERL)
+.if ${PERL_LEVEL} < 500600 || defined(WITHOUT_PERL)
CONFIGURE_ARGS+=--disable-perl
PLIST_SUB+= PERL="@comment "
.else
@@ -83,7 +83,7 @@ pre-everything::
.if !defined(WITH_TCL)
@${ECHO_MSG} "WITH_TCL=yes for tcl support"
.endif
-.if ${ARCH} != "amd64" && !defined(WITHOUT_PERL)
+.if !defined(WITHOUT_PERL)
@${ECHO_MSG} "WITHOUT_PERL=yes to disable Perl support"
.endif