diff options
author | marcus <marcus@FreeBSD.org> | 2008-04-03 06:09:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-04-03 06:09:28 +0800 |
commit | ac745fd374266c13a16ea9e6be6b73a79c1672ae (patch) | |
tree | 9a7a64debdaaba84f8174fdf9593570446031672 /net-im | |
parent | 1cd937f97fbc1349b54af3d3d2e313aaaacf6f28 (diff) | |
download | freebsd-ports-gnome-ac745fd374266c13a16ea9e6be6b73a79c1672ae.tar.gz freebsd-ports-gnome-ac745fd374266c13a16ea9e6be6b73a79c1672ae.tar.zst freebsd-ports-gnome-ac745fd374266c13a16ea9e6be6b73a79c1672ae.zip |
Desupport 5.X for empathy. It doesn't build, and 5.X will be obsolete soon
anyway.
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> |