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 /deskutils | |
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 'deskutils')
-rw-r--r-- | deskutils/gnome-menu-editor/Makefile | 4 | ||||
-rw-r--r-- | deskutils/gnome-utils/Makefile | 4 | ||||
-rw-r--r-- | deskutils/gnomeutils2/Makefile | 4 | ||||
-rw-r--r-- | deskutils/gnotime/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/deskutils/gnome-menu-editor/Makefile b/deskutils/gnome-menu-editor/Makefile index b32a11fbb..3a44804a4 100644 --- a/deskutils/gnome-menu-editor/Makefile +++ b/deskutils/gnome-menu-editor/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/deskutils/gnome-menu-editor/Makefile,v 1.5 2005/06/28 05:39:58 adamw Exp $ # PORTNAME= gnome-menu-editor @@ -15,7 +15,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Simple menu editor for Gnome USE_REINPLACE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gnomemenus intlhack diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index 01a1f8afc..119b9f1e3 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.62 2005/06/28 05:39:58 adamw Exp $ # PORTNAME= gnomeutils2 @@ -26,7 +26,7 @@ USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ libgnomeprintui gnomedesktop -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile index 01a1f8afc..119b9f1e3 100644 --- a/deskutils/gnomeutils2/Makefile +++ b/deskutils/gnomeutils2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.62 2005/06/28 05:39:58 adamw Exp $ # PORTNAME= gnomeutils2 @@ -26,7 +26,7 @@ USE_GMAKE= yes GNOME_DESKTOP_VERSION=2 USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ libgnomeprintui gnomedesktop -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile index 61f308177..72490b4d7 100644 --- a/deskutils/gnotime/Makefile +++ b/deskutils/gnotime/Makefile @@ -3,7 +3,7 @@ # Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/deskutils/gnotime/Makefile,v 1.14 2005/06/28 05:39:58 adamw Exp $ # PORTNAME= gnotime @@ -24,7 +24,7 @@ USE_GMAKE= yes INSTALLS_OMF= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib" |