summaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-10 04:53:01 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-09-10 04:53:01 +0800
commitf236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e (patch)
tree5f89dd180be25eafa3c76acdd6baa2d1c42aa8e1 /irc
parent499519c5ad0608265d38e58b9cdfbff03595f43c (diff)
downloadmarcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.tar
marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.tar.gz
marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.tar.bz2
marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.tar.lz
marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.tar.xz
marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.tar.zst
marcuscom-ports-f236b5f0d3b52110d670e9a52ce0e8a9bf18ff4e.zip
Sync with FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9546 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'irc')
-rw-r--r--irc/xchat-gnome/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile
index 1cb8a72dc..e3111a060 100644
--- a/irc/xchat-gnome/Makefile
+++ b/irc/xchat-gnome/Makefile
@@ -84,7 +84,7 @@ PLIST_SUB+= TCL="@comment "
BROKEN= does not build on 4.X
.endif
-.if ${PERL_LEVEL} < 500600 || defined(WITHOUT_PERL)
+.if defined(WITHOUT_PERL)
CONFIGURE_ARGS+=--disable-perl
PLIST_SUB+= PERL="@comment "
.else