summaryrefslogtreecommitdiff
path: root/games/angband-x11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/angband-x11/Makefile')
-rw-r--r--games/angband-x11/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/angband-x11/Makefile b/games/angband-x11/Makefile
index 7b9b4469faa..68332a52858 100644
--- a/games/angband-x11/Makefile
+++ b/games/angband-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2005/04/11 21:45:48 tv Exp $
+# $NetBSD: Makefile,v 1.35 2005/06/01 18:02:49 jlam Exp $
#
DISTNAME= angband-3.0.3
@@ -16,7 +16,6 @@ CONFLICTS= angband-tty-[0-9]*
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-USE_X11= # defined
INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]*
INCOMPAT_CURSES+= NetBSD-1.6[A-M]-*
@@ -38,4 +37,5 @@ post-install:
${FIND} ${PREFIX}/share/games/angband -name delete.me -exec ${RM} {} \;
.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"