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 | |
parent | 774716a88ba9c4ee1166ca8ac4b5c3ec13b56a6a (diff) | |
download | ports-60b3a84279e0657b047e05ed4f622cf401e2376b.tar.gz ports-60b3a84279e0657b047e05ed4f622cf401e2376b.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/glame/Makefile | 2 | ||||
-rw-r--r-- | audio/gstreamer-monkeysaudio/Makefile | 1 | ||||
-rw-r--r-- | audio/wsoundserver/Makefile | 1 |
3 files changed, 3 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" diff --git a/audio/gstreamer-monkeysaudio/Makefile b/audio/gstreamer-monkeysaudio/Makefile index 0cf1436d58c6..7b300ea11afb 100644 --- a/audio/gstreamer-monkeysaudio/Makefile +++ b/audio/gstreamer-monkeysaudio/Makefile @@ -16,6 +16,7 @@ DISTNAME= gst${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= GStreamer plugin for monkeysaudio files +USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/audio/wsoundserver/Makefile b/audio/wsoundserver/Makefile index 22f9d5651e3e..fd9d3b44ab8c 100644 --- a/audio/wsoundserver/Makefile +++ b/audio/wsoundserver/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ dockapp.2:${PORTSDIR}/x11-wm/libdockapp RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker +USE_AUTOTOOLS= libtool:15 USE_X_PREFIX= yes WANT_GNOME= yes USE_LDCONFIG= yes |