From fe54d2a7c76c819f48572aaac53161c6073e4bc2 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 18 Sep 2004 17:49:31 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- comms/grig/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'comms/grig') diff --git a/comms/grig/Makefile b/comms/grig/Makefile index 6994d7745848..d8610828580e 100644 --- a/comms/grig/Makefile +++ b/comms/grig/Makefile @@ -25,7 +25,13 @@ CONFIGURE_ARGS= --disable-nls # nls not supported yet CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's|GCONF_LIBS="`|GCONF_LIBS="-lgconf-gtk-1 `|' ${WRKSRC}/configure -.include +.include -- cgit v1.2.3