summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-03-06 12:09:53 +0000
committerxtraeme <xtraeme>2004-03-06 12:09:53 +0000
commita06609e471947099f0995065260034cd8244c737 (patch)
tree41e871433f3cedcf34419fce41afa62a3c9f5cd5 /multimedia/mplayer-share
parent4374b8612685c2041279221e44d208979788d548 (diff)
downloadpkgsrc-a06609e471947099f0995065260034cd8244c737.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