summaryrefslogtreecommitdiffstats
path: root/www/gtkhtml38/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-24 04:48:20 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-11-24 04:48:20 +0800
commitffefd87c849e240313cf48662d14e9c184d3066d (patch)
tree25d489c86fa23e28d9db8f301d1d7788c30a9ae8 /www/gtkhtml38/Makefile
parent244fdeacc638768f832725867cc99fbd4b469444 (diff)
downloadmarcuscom-ports-ffefd87c849e240313cf48662d14e9c184d3066d.tar
marcuscom-ports-ffefd87c849e240313cf48662d14e9c184d3066d.tar.gz
marcuscom-ports-ffefd87c849e240313cf48662d14e9c184d3066d.tar.bz2
marcuscom-ports-ffefd87c849e240313cf48662d14e9c184d3066d.tar.lz
marcuscom-ports-ffefd87c849e240313cf48662d14e9c184d3066d.tar.xz
marcuscom-ports-ffefd87c849e240313cf48662d14e9c184d3066d.tar.zst
marcuscom-ports-ffefd87c849e240313cf48662d14e9c184d3066d.zip
Arrgh! Looks like even though the GNOME FTP site says 3.3.2 is needed
for GNOME 2.9.1, Evolution actually wants 3.5.0. So update to 3.5.0. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3103 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml38/Makefile')
-rw-r--r--www/gtkhtml38/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile
index bcf549949..ecbf78f8e 100644
--- a/www/gtkhtml38/Makefile
+++ b/www/gtkhtml38/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>