diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 01:14:50 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 01:14:50 +0000 |
commit | 7414fe7f0eb5384bcf0deaf5f4587f1c219c904e (patch) | |
tree | a8cab517854b5dc56a09107344f965b0b80bcca3 /irc/xchat-gnome | |
parent | 7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7 (diff) | |
download | FreeBSD-ports-7414fe7f0eb5384bcf0deaf5f4587f1c219c904e.zip FreeBSD-ports-7414fe7f0eb5384bcf0deaf5f4587f1c219c904e.tar.gz |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r-- | irc/xchat-gnome/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index d963e63..76e79c9 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -80,10 +80,6 @@ PLIST_SUB+= TCL="@comment " .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= does not build on 4.X -.endif - .if defined(WITHOUT_PERL) CONFIGURE_ARGS+=--disable-perl PLIST_SUB+= PERL="@comment " |