diff options
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> |