summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-04 20:02:49 +0000
committerjoerg <joerg>2007-02-04 20:02:49 +0000
commit805bd559a077c3f5fb2a248f36236aede0347b79 (patch)
tree7db1003fd398c745b620600349b25c84459bdce7 /games
parenta04b301d31556463951e3e64470dcc48d1fff627 (diff)
downloadpkgsrc-805bd559a077c3f5fb2a248f36236aede0347b79.tar.gz
Bah, crossedit is part of the server package and needs Xaw and Xt.
Readd the X11 dependencies. Bump revision. Should this perhaps be made an option or a separate package?
Diffstat (limited to 'games')
-rw-r--r--games/crossfire-server/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile
index 0c6e552d37f..1a0c5f9f009 100644
--- a/games/crossfire-server/Makefile
+++ b/games/crossfire-server/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2007/02/02 18:29:39 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2007/02/04 20:02:49 joerg Exp $
DISTNAME= crossfire-1.9.0
PKGNAME= crossfire-server-1.9.0
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= games x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=crossfire/}
@@ -35,4 +35,8 @@ CONF_FILES+= ${EGDIR:Q}/settings ${PKG_SYSCONFDIR:Q}/crossfire/settings
.include "../../graphics/png/buildlink3.mk"
.include "../../lang/python/application.mk"
+.include "../../x11/libXaw/buildlink3.mk"
+.include "../../x11/libXp/buildlink3.mk"
+.include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"