summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2006-02-26 04:38:13 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2006-02-26 04:38:13 +0000
commit3b2ec18bbe2679d57d6a47a01cae2800752b1cdb (patch)
tree02dd4566704546a2db016618546362dd2dc8042a /multimedia
parentPost libtool-conversion fixups (diff)
Fix build error.
Submitted by: "Stephane E. Potvin" <sepotvin@videotron.ca> Approved by: portmgr(marcus)
Notes
Notes: svn path=/head/; revision=156830
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libxine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index 19f75ba8da4a..fbb2513c81b7 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -31,7 +31,6 @@ LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \
modplug.0:${PORTSDIR}/audio/libmodplug \
vcdinfo.2:${PORTSDIR}/multimedia/vcdimager \
Wand.9:${PORTSDIR}/graphics/ImageMagick
-PATCH_DEPENDS= libtool15:${PORTSDIR}/devel/libtool15
USE_GETTEXT= yes
USE_ICONV= yes
@@ -43,6 +42,7 @@ USE_GMAKE= yes
USE_GL= yes
USE_SDL= sdl
USE_REINPLACE= yes
+USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fno-force-addr -I${LOCALBASE}/include -I${LOCALBASE}/include/dvdread -I${X11BASE}/include" \
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \