aboutsummaryrefslogtreecommitdiffstats
path: root/net/gsk
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-04-30 09:39:47 +0800
committerkris <kris@FreeBSD.org>2005-04-30 09:39:47 +0800
commit86682e3e77391ce3d41c738b6db315f6f49a0d76 (patch)
treef607c7cc8e2a77b0a762613609da87c8367979b6 /net/gsk
parent4ae9228697c57c4c9df700e2fe5d2b2c6b5a5fdd (diff)
downloadfreebsd-ports-gnome-86682e3e77391ce3d41c738b6db315f6f49a0d76.tar.gz
freebsd-ports-gnome-86682e3e77391ce3d41c738b6db315f6f49a0d76.tar.zst
freebsd-ports-gnome-86682e3e77391ce3d41c738b6db315f6f49a0d76.zip
Now builds on 4.x
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>