aboutsummaryrefslogtreecommitdiff
path: root/net/gsk/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-16 07:35:23 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-05-16 07:35:23 +0000
commitd9b414a666c6e3ebc86fd08a0f4c010896bc00ea (patch)
tree38b66a727907d8edd6805da767532ef954fd6665 /net/gsk/Makefile
parentbfaf90973f29227456f774cdfd6e9714d8a9167e (diff)
downloadports-d9b414a666c6e3ebc86fd08a0f4c010896bc00ea.tar.gz
ports-d9b414a666c6e3ebc86fd08a0f4c010896bc00ea.zip
Notes
Diffstat (limited to 'net/gsk/Makefile')
-rw-r--r--net/gsk/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/net/gsk/Makefile b/net/gsk/Makefile
index 76703f729d0b..b4e69b00a807 100644
--- a/net/gsk/Makefile
+++ b/net/gsk/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= gsk
-PORTVERSION= 1.0.4
-PORTREVISION= 1
+PORTVERSION= 1.0.13
CATEGORIES= net devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A C library for writing servers
USE_GNOME= glib20 gnomehack gnometarget
-USE_PERL5= yes
+USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL_VER= 15
CONFIGURE_ARGS= --disable-gtk-doc
@@ -31,10 +30,8 @@ USE_OPENSSL= yes
PLIST_SUB+= OPENSSL=""
.endif
-.include <bsd.port.pre.mk>
+post-patch:
+ @${REINPLACE_CMD} -e \
+ '/^SUBDIRS =/s|programs tests||g' ${WRKSRC}/src/Makefile.in
-.if ${OSVERSION} > 503000
-BROKEN= "Does not build on FreeBSD >= 5.x"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>