diff options
author | zuntum <zuntum@pkgsrc.org> | 2002-01-04 14:10:10 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2002-01-04 14:10:10 +0000 |
commit | 6b26900bab3ba102f9647792ae8ddd2f5805dc88 (patch) | |
tree | 7eb1a4e870d314d2935972d2e9cd0209d2215bd1 /graphics | |
parent | a800eaa94671de842a8a00e850261fb1ad7f5b93 (diff) | |
download | pkgsrc-6b26900bab3ba102f9647792ae8ddd2f5805dc88.tar.gz |
Add graphics/aalib support, per pkg/15133.
Bump PKGREVISON.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mplayer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index 4bac2c7e17d..0ebd0349b4a 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2001/12/27 02:11:50 zuntum Exp $ +# $NetBSD: Makefile,v 1.11 2002/01/04 14:10:10 zuntum Exp $ DISTNAME= MPlayer-0.60pre1 PKGNAME= mplayer-0.60.0.1 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://mp.dev.hu/MPlayer/releases/ EXTRACT_SUFX= .tar.bz2 @@ -44,6 +45,7 @@ do-install: .include "../../audio/lame/buildlink.mk" .include "../../devel/SDL/buildlink.mk" +.include "../../graphics/aalib/buildlink.mk" .include "../../graphics/png/buildlink.mk" .include "../../mk/ossaudio.buildlink.mk" .include "../../mk/bsd.pkg.mk" |