diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-17 02:01:18 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-17 02:01:18 +0800 |
commit | 531cb7dbfe2360d03660d0fa52a7a3380c9d1e58 (patch) | |
tree | b7be22edf480dfb032e99fd5decc95914ca20604 /www/gtkhtml4/Makefile | |
parent | 5686a8010de6f7d83b82ea7112811051bf730de9 (diff) | |
download | marcuscom-ports-531cb7dbfe2360d03660d0fa52a7a3380c9d1e58.tar marcuscom-ports-531cb7dbfe2360d03660d0fa52a7a3380c9d1e58.tar.gz marcuscom-ports-531cb7dbfe2360d03660d0fa52a7a3380c9d1e58.tar.bz2 marcuscom-ports-531cb7dbfe2360d03660d0fa52a7a3380c9d1e58.tar.lz marcuscom-ports-531cb7dbfe2360d03660d0fa52a7a3380c9d1e58.tar.xz marcuscom-ports-531cb7dbfe2360d03660d0fa52a7a3380c9d1e58.tar.zst marcuscom-ports-531cb7dbfe2360d03660d0fa52a7a3380c9d1e58.zip |
Update to 4.2.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16426 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml4/Makefile')
-rw-r--r-- | www/gtkhtml4/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/www/gtkhtml4/Makefile b/www/gtkhtml4/Makefile index 03dc76eb8..3da6ff88e 100644 --- a/www/gtkhtml4/Makefile +++ b/www/gtkhtml4/Makefile @@ -3,15 +3,14 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/gtkhtml4/Makefile,v 1.13 2011/09/19 18:19:22 kwm Exp $ +# $MCom: ports/www/gtkhtml4/Makefile,v 1.14 2011/09/25 11:17:48 kwm Exp $ # -PORTNAME= gtkhtml4 -PORTVERSION= 4.2.0 +PORTNAME= gtkhtml +PORTVERSION= 4.2.1 CATEGORIES= www gnome MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/4$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= ${PORTNAME:S/4$//}-${PORTVERSION} +PKGNAMESUFFIX= 4 DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org @@ -31,8 +30,8 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gtk30 gconf2 ltverhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib PLIST_SUB= VERSION="4.0" |