summaryrefslogtreecommitdiff
path: root/graphics/gmplayer
diff options
context:
space:
mode:
authorfredb <fredb>2002-05-03 18:00:50 +0000
committerfredb <fredb>2002-05-03 18:00:50 +0000
commit0a0dfcc933d7946ec3935058c982244d2b665fdf (patch)
tree4af091435c8fbc6909564ef289ea226df999b061 /graphics/gmplayer
parentae371241aed051260c0232904cbb9ce0301f5712 (diff)
downloadpkgsrc-0a0dfcc933d7946ec3935058c982244d2b665fdf.tar.gz
These two packages really only need GNU "as" 1.11 or newer to build on
NetBSD-1.5.*, so pull in the build-time dependency on binutils and gcc conditionally on the version reported by ${AS}. For that case, set ${GCC_EXEC_PREFIX} in the build environment, and pass in an "--as=" argument to "configure", to make absolutely sure the new "gas" gets used.
Diffstat (limited to 'graphics/gmplayer')
-rw-r--r--graphics/gmplayer/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gmplayer/Makefile b/graphics/gmplayer/Makefile
index 06df466d77b..10dad6ef11d 100644
--- a/graphics/gmplayer/Makefile
+++ b/graphics/gmplayer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/04/30 15:09:57 veego Exp $
+# $NetBSD: Makefile,v 1.5 2002/05/03 18:00:50 fredb Exp $
.include "../../graphics/mplayer/Makefile.common"
@@ -55,10 +55,8 @@ do-install:
.include "../../audio/lame/buildlink.mk"
.include "../../devel/SDL/buildlink.mk"
-.include "../../devel/binutils/buildlink.mk"
.include "../../graphics/jpeg/buildlink.mk"
.include "../../graphics/png/buildlink.mk"
-.include "../../lang/gcc/Makefile.gcc"
.include "../../misc/libdvdread/buildlink.mk"
.include "../../x11/gtk/buildlink.mk"
.include "../../mk/ossaudio.buildlink.mk"