diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-07 12:35:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-07 12:35:29 +0800 |
commit | 222231351134cd51c3e01f6528986ac9b68e8278 (patch) | |
tree | afa878c25adf578f5cb94c7bd5234ee1ef293ac4 /www/gtkhtml38/Makefile | |
parent | 002ad61907b76f3251bdb72b7431852ce2023765 (diff) | |
download | marcuscom-ports-222231351134cd51c3e01f6528986ac9b68e8278.tar.gz marcuscom-ports-222231351134cd51c3e01f6528986ac9b68e8278.tar.zst marcuscom-ports-222231351134cd51c3e01f6528986ac9b68e8278.zip |
Update to 3.0.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@722 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml38/Makefile')
-rw-r--r-- | www/gtkhtml38/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile index b1de7361c..b66ee06eb 100644 --- a/www/gtkhtml38/Makefile +++ b/www/gtkhtml38/Makefile @@ -6,12 +6,10 @@ # PORTNAME= gtkhtml3 -PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTVERSION= 3.0.3 CATEGORIES= www gnome -MASTER_SITES= ftp://ftp.ximian.com/pub/ximian-evolution-beta/source/ \ - ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/3.0 +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/3.0 DISTNAME= ${PORTNAME:S/3$//}-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -20,7 +18,7 @@ COMMENT= Lightweight HTML rendering/printing/editing engine LIB_DEPENDS= soup-2.0.0:${PORTSDIR}/devel/libsoup -#USE_BZIP2= yes +USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes |