diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-04-02 22:09:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-04-02 22:09:28 +0000 |
commit | 99bd5fda649017086801f3438b833aec96909213 (patch) | |
tree | f513eaef8e2ce55edc53b7de3cce7ad025729982 /net-im | |
parent | 791f6056734554f3540d70ee74cd5394ccfb4ed5 (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/Makefile | 8 |
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> |