diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-10 06:05:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-10 06:05:06 +0000 |
commit | 60b3a84279e0657b047e05ed4f622cf401e2376b (patch) | |
tree | 87924704af779c872d6c2a33013016cf3fa9e056 /audio/glame | |
parent | 774716a88ba9c4ee1166ca8ac4b5c3ec13b56a6a (diff) | |
download | ports-60b3a84279e0657b047e05ed4f622cf401e2376b.tar.gz ports-60b3a84279e0657b047e05ed4f622cf401e2376b.zip |
Notes
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 5ffba4fd727c..b0ff0cc4c9de 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" |