diff options
author | grant <grant@pkgsrc.org> | 2004-06-26 09:16:10 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-26 09:16:10 +0000 |
commit | 04ac82ecd6cae27ed1d25309418efa06e359bb89 (patch) | |
tree | 50fbb96794bc53730f962430e0fc562a5c3bd0ec /games/asc/Makefile | |
parent | 05e042d7ad12bcd1c79308ca3e1eb3710d8be03e (diff) | |
download | pkgsrc-04ac82ecd6cae27ed1d25309418efa06e359bb89.tar.gz |
move smpeg to multimedia/
Diffstat (limited to 'games/asc/Makefile')
-rw-r--r-- | games/asc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/asc/Makefile b/games/asc/Makefile index 927ba5402c1..ca3463b238f 100644 --- a/games/asc/Makefile +++ b/games/asc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/03/12 20:06:29 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2004/06/26 09:16:10 grant Exp $ # DISTNAME= asc-source-1.14.0.0 @@ -33,7 +33,7 @@ post-extract: .include "../../audio/SDL_mixer/buildlink3.mk" .include "../../devel/SDLmm/buildlink3.mk" .include "../../devel/libsigc++/buildlink3.mk" -.include "../../devel/smpeg/buildlink3.mk" .include "../../graphics/SDL_image/buildlink3.mk" +.include "../../multimedia/smpeg/buildlink3.mk" .include "../../x11/paragui/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |