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 /accessibility | |
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 'accessibility')
-rw-r--r-- | accessibility/atk/Makefile | 4 | ||||
-rw-r--r-- | accessibility/gnopernicus/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index c7d7d32ff..fcc78ddf9 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/accessibility/atk/Makefile,v 1.52 2005/06/28 05:39:56 adamw Exp $ # PORTNAME= atk @@ -19,7 +19,7 @@ COMMENT= A GNOME accessibility toolkit (ATK) USE_BZIP2= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack glib20 CONFIGURE_ARGS= --enable-static \ --disable-gtk-doc \ diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile index b13db6540..bc2e77d73 100644 --- a/accessibility/gnopernicus/Makefile +++ b/accessibility/gnopernicus/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/accessibility/gnopernicus/Makefile,v 1.56 2005/06/28 05:39:56 adamw Exp $ # PORTNAME= gnopernicus @@ -24,7 +24,7 @@ INSTALLS_OMF= yes USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui atspi gnomespeech -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAKE_ENV= SED="${SED}" |