summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-16 10:15:49 +0000
committergrant <grant@pkgsrc.org>2004-05-16 10:15:49 +0000
commitde6d357a3615837af4b2c1178c18f9d7f1f0c351 (patch)
tree4ca3621feb396cd4b4b166f3c54bc04a79f82a91 /multimedia/mplayer-share
parent2cc385d76b2b2361a6385192141fb91fd41f582e (diff)
downloadpkgsrc-de6d357a3615837af4b2c1178c18f9d7f1f0c351.tar.gz
mplayer really needs gcc to build.
Diffstat (limited to 'multimedia/mplayer-share')
-rw-r--r--multimedia/mplayer-share/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/mplayer-share/Makefile.common b/multimedia/mplayer-share/Makefile.common
index aa8bd251401..af1269b7023 100644
--- a/multimedia/mplayer-share/Makefile.common
+++ b/multimedia/mplayer-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2004/05/16 08:46:43 grant Exp $
+# $NetBSD: Makefile.common,v 1.10 2004/05/16 10:15:49 grant Exp $
#
MPLAYER_DIST_VERSION= 1.0pre4
@@ -38,6 +38,8 @@ CONFIGURE_ARGS+= --prefix="${PREFIX}" \
--with-x11libdir="${X11BASE}/lib" \
--disable-mpdvdkit
+ONLY_FOR_COMPILER= gcc
+
# The configure script attempts to test-execute compiled programs in /tmp,
# but that directory may be mounted as noexec; work this around by setting
# TMPDIR to ${WRKDIR}