diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 03:08:59 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 03:08:59 +0800 |
commit | d97c712acee16a4cec310966e59d69c36b26f728 (patch) | |
tree | 678896644b3fb7cd685264f1bc7a83f836d82793 /audio/sound-juicer/Makefile | |
parent | 1b2c255cbd41d2069ceafc4dc5717e34be2c4120 (diff) | |
download | marcuscom-ports-d97c712acee16a4cec310966e59d69c36b26f728.tar marcuscom-ports-d97c712acee16a4cec310966e59d69c36b26f728.tar.gz marcuscom-ports-d97c712acee16a4cec310966e59d69c36b26f728.tar.bz2 marcuscom-ports-d97c712acee16a4cec310966e59d69c36b26f728.tar.lz marcuscom-ports-d97c712acee16a4cec310966e59d69c36b26f728.tar.xz marcuscom-ports-d97c712acee16a4cec310966e59d69c36b26f728.tar.zst marcuscom-ports-d97c712acee16a4cec310966e59d69c36b26f728.zip |
Update for new libtool world order.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5737 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/sound-juicer/Makefile')
-rw-r--r-- | audio/sound-juicer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile index 537de7fff..8e784f7d4 100644 --- a/audio/sound-juicer/Makefile +++ b/audio/sound-juicer/Makefile @@ -3,7 +3,7 @@ # Whom: Alexander Nedotsukov <bland@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/sound-juicer/Makefile,v 1.38 2006/01/31 20:36:46 marcus Exp $ +# $MCom: ports/audio/sound-juicer/Makefile,v 1.39 2006/02/12 20:21:30 marcus Exp $ # PORTNAME= sound-juicer @@ -27,7 +27,7 @@ INSTALLS_OMF= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner \ gnomedocutils USE_GSTREAMER= cdparanoia vorbis flac gconf -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ignore-missing-cd CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |