diff options
author | recht <recht@pkgsrc.org> | 2003-09-12 17:55:51 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-09-12 17:55:51 +0000 |
commit | 05e0deda87eabecb126562434df10d226fdec572 (patch) | |
tree | 92e74fade68e03aa9462b7ed5cac6c8814a0caec /graphics/mplayer-share | |
parent | 7f204739f5e46a59942223a31e1ab839d5bc3162 (diff) | |
download | pkgsrc-05e0deda87eabecb126562434df10d226fdec572.tar.gz |
gcc.buildlink2.mk is no more. So, include compiler.mk instead.
Diffstat (limited to 'graphics/mplayer-share')
-rw-r--r-- | graphics/mplayer-share/Makefile.depends | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/mplayer-share/Makefile.depends b/graphics/mplayer-share/Makefile.depends index 04d9e6b9212..5cdc8f7a2fb 100644 --- a/graphics/mplayer-share/Makefile.depends +++ b/graphics/mplayer-share/Makefile.depends @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.depends,v 1.18 2003/08/04 12:13:05 wiz Exp $ +# $NetBSD: Makefile.depends,v 1.19 2003/09/12 17:55:56 recht Exp $ # DEPENDS+= mplayer-share>=${MPLAYER_PKG_VERSION}:../../graphics/mplayer-share @@ -35,7 +35,7 @@ USE_X11= YES .include "../../graphics/libungif/buildlink2.mk" .include "../../graphics/png/buildlink2.mk" .include "../../misc/libdvdread/buildlink2.mk" -.include "../../mk/gcc.buildlink2.mk" +.include "../../mk/compiler.mk" .if defined(USE_OSS) . include "../../mk/ossaudio.buildlink2.mk" |