diff options
author | kris <kris@FreeBSD.org> | 2007-02-10 06:05:06 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-02-10 06:05:06 +0000 |
commit | 7cec0aff538bd1247a8696e8d885def0884191a2 (patch) | |
tree | 66ed2730739548863faec636954851947bd93357 /audio/glame | |
parent | b4d5ce502d5f7617170d7f6a6efd5d218c074d6f (diff) | |
download | FreeBSD-ports-7cec0aff538bd1247a8696e8d885def0884191a2.zip FreeBSD-ports-7cec0aff538bd1247a8696e8d885def0884191a2.tar.gz |
Use libtool15 port instead of included version to avoid objformat a.out botch
Diffstat (limited to 'audio/glame')
-rw-r--r-- | audio/glame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/glame/Makefile b/audio/glame/Makefile index 5ffba4f..b0ff0cc 100644 --- a/audio/glame/Makefile +++ b/audio/glame/Makefile @@ -26,7 +26,7 @@ USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui USE_GCC= 3.4 USE_GETTEXT= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= libltdl:15 +USE_AUTOTOOLS= libltdl:15 libtool:15 USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" |