diff options
Diffstat (limited to 'devel/libsoup22/Makefile')
-rw-r--r-- | devel/libsoup22/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile index 35c597977..d88e3c6ed 100644 --- a/devel/libsoup22/Makefile +++ b/devel/libsoup22/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libsoup -PORTVERSION= 2.1.12 +PORTVERSION= 2.1.13 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1 @@ -18,9 +18,9 @@ COMMENT= A SOAP (Simple Object Access Protocol) implementation in C LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes -USE_GNOME= gnomehack lthack glib20 libxml2 +USE_GNOME= gnomehack glib20 libxml2 INSTALLS_SHLIB= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 USE_GMAKE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc |