pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/asc The package links with -lvorbisfile, so we n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a20ba836db5f
branches:  trunk
changeset: 478103:a20ba836db5f
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sat Jul 17 00:59:54 2004 +0000

description:
The package links with -lvorbisfile, so we need to include
../../audio/libvorbis/buildlink3.mk

diffstat:

 games/asc/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d80e5187f47f -r a20ba836db5f games/asc/Makefile
--- a/games/asc/Makefile        Sat Jul 17 00:35:08 2004 +0000
+++ b/games/asc/Makefile        Sat Jul 17 00:59:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/06/26 09:16:10 grant Exp $
+# $NetBSD: Makefile,v 1.16 2004/07/17 00:59:54 kristerw Exp $
 #
 
 DISTNAME=              asc-source-1.14.0.0
@@ -31,6 +31,7 @@
 .endfor
 
 .include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../audio/libvorbis/buildlink3.mk"
 .include "../../devel/SDLmm/buildlink3.mk"
 .include "../../devel/libsigc++/buildlink3.mk"
 .include "../../graphics/SDL_image/buildlink3.mk"



Home | Main Index | Thread Index | Old Index