summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-11-04 20:22:44 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-11-04 20:22:44 +0000
commit07859c1f5baf46105387ab491086eaa500a8880c (patch)
treeb6a27e1effc9e452223a26fb7fc977dc9c33fc3f /net-im
parentMark IGNORE on 4.X as it does not build. (diff)
Mark IGNORE on 4.X. It does not build, and it will not be supported.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=176359
Diffstat (limited to 'net-im')
-rw-r--r--net-im/libgaim/Makefile4
-rw-r--r--net-im/libpurple/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/net-im/libgaim/Makefile b/net-im/libgaim/Makefile
index e42f40fd0f1f..ebabb95b1e0c 100644
--- a/net-im/libgaim/Makefile
+++ b/net-im/libgaim/Makefile
@@ -71,6 +71,10 @@ CONFIGURE_ARGS+=--disable-doxygen
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+IGNORE= does not build on 4.X
+.endif
+
.if !defined(GAIM_SLAVE)
.if ${HAVE_GNOME:Mgconf2}!="" || exists(${LOCALBASE}/bin/gconftool-2)
USE_GNOME+= gconf2
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile
index e42f40fd0f1f..ebabb95b1e0c 100644
--- a/net-im/libpurple/Makefile
+++ b/net-im/libpurple/Makefile
@@ -71,6 +71,10 @@ CONFIGURE_ARGS+=--disable-doxygen
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+IGNORE= does not build on 4.X
+.endif
+
.if !defined(GAIM_SLAVE)
.if ${HAVE_GNOME:Mgconf2}!="" || exists(${LOCALBASE}/bin/gconftool-2)
USE_GNOME+= gconf2