aboutsummaryrefslogtreecommitdiff
path: root/comms/grig
diff options
context:
space:
mode:
Diffstat (limited to 'comms/grig')
-rw-r--r--comms/grig/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>