diff options
Diffstat (limited to 'www/gtkhtml3/Makefile')
-rw-r--r-- | www/gtkhtml3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index bcf549949..ecbf78f8e 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gtkhtml3 -PORTVERSION= 3.3.2 +PORTVERSION= 3.5.0 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/3.3 +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/3.5 DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -27,6 +27,6 @@ USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB= VERSION="3.1" +PLIST_SUB= VERSION="3.6" .include <bsd.port.mk> |