From f9b8a43f16536bbc163670780a8ba1b1493ab25f Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 15 Oct 2003 22:23:25 +0000 Subject: BROKEN on 5.x: does not compile --- net/tvark/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'net/tvark') diff --git a/net/tvark/Makefile b/net/tvark/Makefile index 2a8f056..899d37a 100644 --- a/net/tvark/Makefile +++ b/net/tvark/Makefile @@ -19,9 +19,15 @@ LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client USE_X_PREFIX= yes USE_GNOME= gtk12 +.include + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + post-patch: @${PERL} -pi -e "s|/usr/local/bin|${PREFIX}/bin|" ${WRKSRC}/Makefile @${PERL} -pi -e "s|gtk-config|${GTK_CONFIG}|" ${WRKSRC}/Makefile @${PERL} -pi -e "s|-ggdb|${CFLAGS}|" ${WRKSRC}/Makefile -.include +.include -- cgit v1.1