From 587341014dcf04fca76da69275d7d83734bda03e Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 30 Apr 2005 01:39:47 +0000 Subject: Now builds on 4.x --- net/gsk/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'net') diff --git a/net/gsk/Makefile b/net/gsk/Makefile index 33581a09198b..76703f729d0b 100644 --- a/net/gsk/Makefile +++ b/net/gsk/Makefile @@ -16,8 +16,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A C library for writing servers -BROKEN= Does not build - USE_GNOME= glib20 gnomehack gnometarget USE_PERL5= yes USE_GMAKE= yes @@ -33,4 +31,10 @@ USE_OPENSSL= yes PLIST_SUB+= OPENSSL="" .endif -.include +.include + +.if ${OSVERSION} > 503000 +BROKEN= "Does not build on FreeBSD >= 5.x" +.endif + +.include -- cgit v1.2.3