diff options
author | marcus <marcus@FreeBSD.org> | 2005-09-02 12:54:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-09-02 12:54:37 +0800 |
commit | 1a845b898e1e9da426f1fcc6fb511967b9fc1565 (patch) | |
tree | c9334ec4cb9fd29c8a8c2c7338c4dd4c465c1c65 /irc/xchat2 | |
parent | 5e16d11e8749e607c6846078c36862a40278e430 (diff) | |
download | freebsd-ports-gnome-1a845b898e1e9da426f1fcc6fb511967b9fc1565.tar.gz freebsd-ports-gnome-1a845b898e1e9da426f1fcc6fb511967b9fc1565.tar.zst freebsd-ports-gnome-1a845b898e1e9da426f1fcc6fb511967b9fc1565.zip |
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>
Diffstat (limited to 'irc/xchat2')
-rw-r--r-- | irc/xchat2/Makefile | 4 |
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 |