aboutsummaryrefslogtreecommitdiff
path: root/net/gsk
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-04-30 01:39:47 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-04-30 01:39:47 +0000
commit587341014dcf04fca76da69275d7d83734bda03e (patch)
treea6f25935bb87c17f8e09b729a632af79ccd26afa /net/gsk
parente110bc7232deba48101663e5982bb51457c19a22 (diff)
downloadports-587341014dcf04fca76da69275d7d83734bda03e.tar.gz
ports-587341014dcf04fca76da69275d7d83734bda03e.zip
Now builds on 4.x
Notes
Notes: svn path=/head/; revision=134390
Diffstat (limited to 'net/gsk')
-rw-r--r--net/gsk/Makefile10
1 files changed, 7 insertions, 3 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 503000
+BROKEN= "Does not build on FreeBSD >= 5.x"
+.endif
+
+.include <bsd.port.post.mk>