diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-13 14:10:21 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-13 14:10:21 +0800 |
commit | b5628a26e1037fd8897e520b18dee671e5cb908d (patch) | |
tree | 2f25614db052cb721d7df1ad8f271b1c37ce86fd /www/gtkhtml3/Makefile | |
parent | 0bdf273d071b1f2c700af32505fa226a1e06fe10 (diff) | |
download | marcuscom-ports-b5628a26e1037fd8897e520b18dee671e5cb908d.tar marcuscom-ports-b5628a26e1037fd8897e520b18dee671e5cb908d.tar.gz marcuscom-ports-b5628a26e1037fd8897e520b18dee671e5cb908d.tar.bz2 marcuscom-ports-b5628a26e1037fd8897e520b18dee671e5cb908d.tar.lz marcuscom-ports-b5628a26e1037fd8897e520b18dee671e5cb908d.tar.xz marcuscom-ports-b5628a26e1037fd8897e520b18dee671e5cb908d.tar.zst marcuscom-ports-b5628a26e1037fd8897e520b18dee671e5cb908d.zip |
Update to 3.13.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8326 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml3/Makefile')
-rw-r--r-- | www/gtkhtml3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index ef338d524..8e7f94f45 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/gtkhtml3/Makefile,v 1.94 2007/01/10 01:29:36 marcus Exp $ +# $MCom: ports/www/gtkhtml3/Makefile,v 1.95 2007/01/29 02:43:04 marcus Exp $ # PORTNAME= gtkhtml3 -PORTVERSION= 3.13.6 +PORTVERSION= 3.13.91 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -23,8 +23,7 @@ USE_GETTEXT= yes USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeui \ - libgnomeprintui ltverhack +USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeui ltverhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |