diff options
author | grant <grant> | 2003-09-17 19:39:58 +0000 |
---|---|---|
committer | grant <grant> | 2003-09-17 19:39:58 +0000 |
commit | 52d2987c7bd40349b80bc5897d592b2f146cbe48 (patch) | |
tree | 0fac5bcd059b9978cb00a239158f9a96c183b38c /graphics/mplayer-share | |
parent | d474fdb833da10710c84e971fa26a3d126b9c39c (diff) | |
download | pkgsrc-52d2987c7bd40349b80bc5897d592b2f146cbe48.tar.gz |
get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
Diffstat (limited to 'graphics/mplayer-share')
-rw-r--r-- | graphics/mplayer-share/Makefile.depends | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/mplayer-share/Makefile.depends b/graphics/mplayer-share/Makefile.depends index 9c2d7209134..53a2a6aa1db 100644 --- a/graphics/mplayer-share/Makefile.depends +++ b/graphics/mplayer-share/Makefile.depends @@ -1,11 +1,9 @@ -# $NetBSD: Makefile.depends,v 1.20 2003/09/12 21:46:46 jmmv Exp $ +# $NetBSD: Makefile.depends,v 1.21 2003/09/17 19:40:31 grant Exp $ # DEPENDS+= mplayer-share>=${MPLAYER_PKG_VERSION}:../../graphics/mplayer-share -.if !empty(MACHINE_PLATFORM:MNetBSD-1.5*) && !defined(USE_GCC3) -USE_GCC2= yes -.endif +GCC_REQD= 2.95.3 .if ${OPSYS} == "NetBSD" || ${OPSYS} == "Linux" . include "../../audio/cdparanoia/buildlink2.mk" @@ -39,7 +37,6 @@ USE_X11= YES .include "../../graphics/libungif/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" .include "../../misc/libdvdread/buildlink2.mk" -.include "../../mk/compiler.mk" .if defined(USE_OSS) . include "../../mk/ossaudio.buildlink2.mk" |