diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-09-02 04:54:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-09-02 04:54:37 +0000 |
commit | cfcef537f393742219676c8bcb971b854b2f1378 (patch) | |
tree | e5d00d6e9472ce507e902b98228431ca4fd2f5f2 | |
parent | b6104b623fcc1817a9862a194588f5089c4f2981 (diff) | |
download | ports-cfcef537f393742219676c8bcb971b854b2f1378.tar.gz ports-cfcef537f393742219676c8bcb971b854b2f1378.zip |
Notes
-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 |