diff options
author | marcus <marcus@FreeBSD.org> | 2006-03-27 07:39:46 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-03-27 07:39:46 +0800 |
commit | 04a337abe7c5f47cc06321d8f5239a75bb7982ba (patch) | |
tree | 09481c155d7564236f7e1774958a88f1e4f0569b /irc/xchat-gnome | |
parent | 9be5709fb945b2de7f9ddf7f3ff665e5a2e7ad9e (diff) | |
download | freebsd-ports-gnome-04a337abe7c5f47cc06321d8f5239a75bb7982ba.tar.gz freebsd-ports-gnome-04a337abe7c5f47cc06321d8f5239a75bb7982ba.tar.zst freebsd-ports-gnome-04a337abe7c5f47cc06321d8f5239a75bb7982ba.zip |
* Mark BROKEN on 4.X [1]
* Add USE_GETTEXT and remove USE_REINPLACE
Reported by: pointyhat via kris [1]
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r-- | irc/xchat-gnome/Makefile | 6 |
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 " |