Wed May 16 15:11:15 2012 UTC ()
games/newvox: Fix indirect linking on DragonFly


(marino)
diff -r1.23 -r1.24 pkgsrc/games/newvox/Makefile

cvs diff -r1.23 -r1.24 pkgsrc/games/newvox/Makefile (expand / switch to unified diff)

--- pkgsrc/games/newvox/Makefile 2008/06/20 01:09:20 1.23
+++ pkgsrc/games/newvox/Makefile 2012/05/16 15:11:15 1.24
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.23 2008/06/20 01:09:20 joerg Exp $ 1# $NetBSD: Makefile,v 1.24 2012/05/16 15:11:15 marino Exp $
2# 2#
3 3
4DISTNAME= newvox-1.0 4DISTNAME= newvox-1.0
5PKGREVISION= 7 5PKGREVISION= 7
6CATEGORIES= games 6CATEGORIES= games
7MASTER_SITES= http://www.libsdl.org/projects/newvox/src/ 7MASTER_SITES= http://www.libsdl.org/projects/newvox/src/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.libsdl.org/projects/newvox/index.html 10HOMEPAGE= http://www.libsdl.org/projects/newvox/index.html
11COMMENT= Voxel-style landscape rendering fly-by 11COMMENT= Voxel-style landscape rendering fly-by
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
16 16
17LIBS.SunOS+= -lm 17LIBS.SunOS+= -lm
 18LDFLAGS.DragonFly= -lm
18 19
19.include "../../devel/SDL/buildlink3.mk" 20.include "../../devel/SDL/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"