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 /audio | |
parent | f65673d0ca84a699826ed90cfc30034cca1fa244 (diff) | |
download | marcuscom-ports-a46899093209df3d6651bf6782f4bcf9dd428c9e.tar.gz 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 'audio')
-rw-r--r-- | audio/gnome-media/Makefile | 4 | ||||
-rw-r--r-- | audio/gnomemedia2/Makefile | 4 | ||||
-rw-r--r-- | audio/sound-juicer/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile index 97e1ef871..1ba0b4edf 100644 --- a/audio/gnome-media/Makefile +++ b/audio/gnome-media/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/audio/gnomemedia2/Makefile,v 1.74 2005/06/28 05:39:56 adamw Exp $ # PORTNAME= gnomemedia2 @@ -21,7 +21,7 @@ USE_BZIP2= yes INSTALLS_OMF= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_REINPLACE= yes GNOME_DESKTOP_VERSION=2 diff --git a/audio/gnomemedia2/Makefile b/audio/gnomemedia2/Makefile index 97e1ef871..1ba0b4edf 100644 --- a/audio/gnomemedia2/Makefile +++ b/audio/gnomemedia2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/audio/gnomemedia2/Makefile,v 1.74 2005/06/28 05:39:56 adamw Exp $ # PORTNAME= gnomemedia2 @@ -21,7 +21,7 @@ USE_BZIP2= yes INSTALLS_OMF= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_REINPLACE= yes GNOME_DESKTOP_VERSION=2 diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index 1da297247..3987522fd 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -3,7 +3,7 @@ # Whom: Alexander Nedotsukov <bland@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/audio/sound-juicer/Makefile,v 1.19 2005/06/28 05:39:57 adamw Exp $ # PORTNAME= sound-juicer @@ -26,7 +26,7 @@ INSTALLS_OMF= yes USE_REINPLACE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner USE_GSTREAMER= cdparanoia vorbis flac gconf -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-ignore-missing-cd CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |