summaryrefslogtreecommitdiff
path: root/games/crossfire-server
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-02-04 20:02:49 +0000
committerjoerg <joerg@pkgsrc.org>2007-02-04 20:02:49 +0000
commit3d678383709be8300da8fa1848c17a42aaa4277a (patch)
tree7db1003fd398c745b620600349b25c84459bdce7 /games/crossfire-server
parent13fc33e6fd1ce7e64513d7ee775fea2ada4af462 (diff)
downloadpkgsrc-3d678383709be8300da8fa1848c17a42aaa4277a.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/crossfire-server')
-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"