diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-02 02:11:44 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-02 02:11:44 +0800 |
commit | a46899093209df3d6651bf6782f4bcf9dd428c9e (patch) | |
tree | a549d9db61918e6778d28873d91d3b657af06b94 /www | |
parent | f65673d0ca84a699826ed90cfc30034cca1fa244 (diff) | |
download | marcuscom-ports-a46899093209df3d6651bf6782f4bcf9dd428c9e.tar marcuscom-ports-a46899093209df3d6651bf6782f4bcf9dd428c9e.tar.gz marcuscom-ports-a46899093209df3d6651bf6782f4bcf9dd428c9e.tar.bz2 marcuscom-ports-a46899093209df3d6651bf6782f4bcf9dd428c9e.tar.lz marcuscom-ports-a46899093209df3d6651bf6782f4bcf9dd428c9e.tar.xz marcuscom-ports-a46899093209df3d6651bf6782f4bcf9dd428c9e.tar.zst marcuscom-ports-a46899093209df3d6651bf6782f4bcf9dd428c9e.zip |
Switch to the new USE_AUTOTOOLS world order.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4139 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany-extensions/Makefile | 4 | ||||
-rw-r--r-- | www/epiphany/Makefile | 4 | ||||
-rw-r--r-- | www/gtkhtml3/Makefile | 4 | ||||
-rw-r--r-- | www/gtkhtml38/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 181c300d4..60e1cbf0f 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/www/epiphany-extensions/Makefile,v 1.45 2005/06/28 05:40:10 adamw Exp $ # PORTNAME= epiphany @@ -48,7 +48,7 @@ HEADERS_SUFX= USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack gnometarget -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 837803c1f..1a602695e 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/www/epiphany/Makefile,v 1.72 2005/06/28 05:40:10 adamw Exp $ # PORTNAME= epiphany @@ -47,7 +47,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop desktopfileutils -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_REINPLACE= yes INSTALLS_OMF= yes diff --git a/www/gtkhtml3/Makefile b/www/gtkhtml3/Makefile index 79fdb1b61..29ff7b5d1 100644 --- a/www/gtkhtml3/Makefile +++ b/www/gtkhtml3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/www/gtkhtml3/Makefile,v 1.50 2005/06/28 05:40:11 adamw Exp $ # PORTNAME= gtkhtml3 @@ -24,7 +24,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeui libgnomeprintui INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile index 79fdb1b61..29ff7b5d1 100644 --- a/www/gtkhtml38/Makefile +++ b/www/gtkhtml38/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/www/gtkhtml3/Makefile,v 1.50 2005/06/28 05:40:11 adamw Exp $ # PORTNAME= gtkhtml3 @@ -24,7 +24,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack gail libgnomeui libgnomeprintui INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |