summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-03-06 12:09:53 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-03-06 12:09:53 +0000
commitf74184072d0a8df11b56ff412f0fc5a3fdfb3865 (patch)
tree41e871433f3cedcf34419fce41afa62a3c9f5cd5 /multimedia/mplayer-share
parent0706462ca3040dc8f6bccad8a3e05fac202c7569 (diff)
downloadpkgsrc-f74184072d0a8df11b56ff412f0fc5a3fdfb3865.tar.gz
Hmm, remove an extra "\" in CONFIGURE_ARGS.
Diffstat (limited to 'multimedia/mplayer-share')
-rw-r--r--multimedia/mplayer-share/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mplayer-share/Makefile.common b/multimedia/mplayer-share/Makefile.common
index 0ec3774cebb..e11bee6d66c 100644
--- a/multimedia/mplayer-share/Makefile.common
+++ b/multimedia/mplayer-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2004/02/20 17:32:33 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/03/06 12:09:53 xtraeme Exp $
#
MPLAYER_DIST_VERSION= 1.0pre3
@@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --prefix="${PREFIX}" \
--with-extralibdir="${LOCALBASE}/lib" \
--with-x11incdir="${X11BASE}/include" \
--with-x11libdir="${X11BASE}/lib" \
- --disable-mpdvdkit \
+ --disable-mpdvdkit
# The configure script attempts to test-execute compiled programs in /tmp,
# but that directory may be mounted as noexec; work this around by setting