diff options
Diffstat (limited to 'devel/libgsf/Makefile')
-rw-r--r-- | devel/libgsf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index 9e1572e154d1..e7a43b557eb1 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libgsf -PORTVERSION= 1.10.1 +PORTVERSION= 1.11.1 CATEGORIES?= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -24,7 +24,7 @@ USE_GMAKE= yes INSTALLS_SHLIB= yes USE_GNOME?= gnomehack glib20 libxml2 USE_LIBTOOL_VER=15 -CONFIGURE_ARGS?= --with-html-dir=${PREFIX}/share/doc \ +CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc --without-gnome --with-bz2 CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |