aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-04-02 22:09:28 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-04-02 22:09:28 +0000
commit99bd5fda649017086801f3438b833aec96909213 (patch)
treef513eaef8e2ce55edc53b7de3cce7ad025729982 /net-im
parent791f6056734554f3540d70ee74cd5394ccfb4ed5 (diff)
Desupport 5.X for empathy. It doesn't build, and 5.X will be obsolete soon
anyway.
Notes
Notes: svn path=/head/; revision=210410
Diffstat (limited to 'net-im')
-rw-r--r--net-im/empathy/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile
index faa070ea2dfd..4952336da2df 100644
--- a/net-im/empathy/Makefile
+++ b/net-im/empathy/Makefile
@@ -33,8 +33,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GCONF_SCHEMAS= GNOME_Megaphone_Applet.schemas empathy.schemas
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 600000
+IGNORE= does not build on 5.X
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \
${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>