Wed May 16 13:01:03 2012 UTC ()
games/xarchon: Fix indirect linking on DragonFly


(marino)
diff -r1.48 -r1.49 pkgsrc/games/xarchon/Makefile

cvs diff -r1.48 -r1.49 pkgsrc/games/xarchon/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/games/xarchon/Attic/Makefile 2012/01/13 10:55:09 1.48
+++ pkgsrc/games/xarchon/Attic/Makefile 2012/05/16 13:01:02 1.49
@@ -1,31 +1,33 @@ @@ -1,31 +1,33 @@
1# $NetBSD: Makefile,v 1.48 2012/01/13 10:55:09 obache Exp $ 1# $NetBSD: Makefile,v 1.49 2012/05/16 13:01:02 marino Exp $
2# 2#
3 3
4DISTNAME= xarchon-0.60 4DISTNAME= xarchon-0.60
5PKGREVISION= 10 5PKGREVISION= 10
6CATEGORIES= games x11 6CATEGORIES= games x11
7MASTER_SITES= http://xarchon.seul.org/ \ 7MASTER_SITES= http://xarchon.seul.org/ \
8 ftp://xarchon.seul.org/pub/xarchon/ 8 ftp://xarchon.seul.org/pub/xarchon/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://xarchon.seul.org/ 11HOMEPAGE= http://xarchon.seul.org/
12COMMENT= Chess-like strategy game with battle options 12COMMENT= Chess-like strategy game with battle options
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16USE_TOOLS+= gmake 16USE_TOOLS+= gmake
17GNU_CONFIGURE= YES 17GNU_CONFIGURE= YES
18USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++
19 19
20.include "../../mk/bsd.prefs.mk" 20.include "../../mk/bsd.prefs.mk"
21 21
22.if ${OPSYS} == "SunOS" 22.if ${OPSYS} == "SunOS"
23CONFIGURE_ENV+= CC=${CC:Q} 23CONFIGURE_ENV+= CC=${CC:Q}
24.endif 24.endif
25 25
 26LDFLAGS.DragonFly= -lX11
 27
26.include "../../audio/esound/buildlink3.mk" 28.include "../../audio/esound/buildlink3.mk"
27.include "../../x11/libXpm/buildlink3.mk" 29.include "../../x11/libXpm/buildlink3.mk"
28.include "../../x11/qt3-libs/buildlink3.mk" 30.include "../../x11/qt3-libs/buildlink3.mk"
29.include "../../graphics/glu/buildlink3.mk" 31.include "../../graphics/glu/buildlink3.mk"
30.include "../../mk/pthread.buildlink3.mk" 32.include "../../mk/pthread.buildlink3.mk"
31.include "../../mk/bsd.pkg.mk" 33.include "../../mk/bsd.pkg.mk"