summaryrefslogtreecommitdiff
path: root/irc/xchat-gnome
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-03-26 23:39:46 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-03-26 23:39:46 +0000
commitb0fc8392a4b9e2b08683270fffe1da39c470c573 (patch)
treecf2aaca578f0162248431d095e69654cf33a2212 /irc/xchat-gnome
parentFix the build when docbook-utils is installed. (diff)
* Mark BROKEN on 4.X [1]
* Add USE_GETTEXT and remove USE_REINPLACE Reported by: pointyhat via kris [1]
Notes
Notes: svn path=/head/; revision=158225
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r--irc/xchat-gnome/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile
index bd3188475030..bcf1b773a2d2 100644
--- a/irc/xchat-gnome/Makefile
+++ b/irc/xchat-gnome/Makefile
@@ -17,10 +17,10 @@ MAINTAINER= kwm@FreeBSD.org
COMMENT= An IRC client for GNOME 2 (development version)
USE_X_PREFIX= yes
+USE_GETTEXT= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomehack libgnomeui
-USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
@@ -63,6 +63,10 @@ PLIST_SUB+= TCL="@comment "
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= does not build on 4.X
+.endif
+
.if ${PERL_LEVEL} < 500600 || defined(WITHOUT_PERL)
CONFIGURE_ARGS+=--disable-perl
PLIST_SUB+= PERL="@comment "