aboutsummaryrefslogtreecommitdiff
path: root/net/gsk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gsk/Makefile')
-rw-r--r--net/gsk/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/net/gsk/Makefile b/net/gsk/Makefile
index 8d1b70378b59..6fd3aff2c995 100644
--- a/net/gsk/Makefile
+++ b/net/gsk/Makefile
@@ -7,23 +7,22 @@
#
PORTNAME= gsk
-PORTVERSION= 0.3.1
+PORTVERSION= 0.3.5
CATEGORIES= net devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
-.if !defined(WITHOUT_OPENSSL)
-USE_OPENSSL= yes
-CONFIGURE_ARGS= --enable-ssl
-.endif
-
USE_GNOMENG= yes
USE_GNOME= glib12
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}"
USE_GMAKE= yes
+USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
+.if !defined(WITHOUT_OPENSSL)
+USE_OPENSSL= yes
+CONFIGURE_ARGS+= --enable-ssl
+.endif
+
.include <bsd.port.mk>