diff options
author | garbled <garbled@pkgsrc.org> | 1999-04-26 18:38:28 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-04-26 18:38:28 +0000 |
commit | c216c41c0a815e355fdacc820a0e1bc8037d319d (patch) | |
tree | d35220b289012141922a93aca72c63bd3963cf12 /games | |
parent | 5f1925c4f514bb9f934e9764ef30ae451a5d5ed5 (diff) | |
download | pkgsrc-c216c41c0a815e355fdacc820a0e1bc8037d319d.tar.gz |
add USE_X11=yes
Diffstat (limited to 'games')
-rw-r--r-- | games/angband-x11/Makefile | 3 | ||||
-rw-r--r-- | games/nethack-qt/Makefile | 3 | ||||
-rw-r--r-- | games/nethack-x11/Makefile | 3 | ||||
-rw-r--r-- | games/nethack/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/games/angband-x11/Makefile b/games/angband-x11/Makefile index c163701516a..02888aad258 100644 --- a/games/angband-x11/Makefile +++ b/games/angband-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/12/31 15:19:15 tv Exp $ +# $NetBSD: Makefile,v 1.3 1999/04/26 18:38:28 garbled Exp $ # DISTNAME= angband-283 @@ -13,6 +13,7 @@ CONFLICTS= angband-tty-* WRKSRC= ${WRKDIR}/${DISTNAME}/src MAKEFILE= Makefile.std ALL_TARGET= angband +USE_X11= yes PATCHFILES+= ${PKGSRCDIR}/games/angband-tty/patches/patch-* ALLFILES= ${DISTFILES} # don't checksum shared patches diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 3de53b03779..2f1e5d396ab 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/04/24 21:17:34 tron Exp $ +# $NetBSD: Makefile,v 1.6 1999/04/26 18:38:28 garbled Exp $ # DISTNAME= qnethack-3.2.2.1.0.1.src @@ -18,6 +18,7 @@ DEPENDS+= qt-1.42:../../x11/qt WRKSRC= ${WRKDIR}/nethack-3.2.2 +USE_X11= yes USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= sys/unix/setup.sh diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile index e2bf90ba472..5b9fbcf65c8 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/04/16 20:24:44 abs Exp $ +# $NetBSD: Makefile,v 1.5 1999/04/26 18:38:29 garbled Exp $ # DISTNAME= nethack-3.2.2 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.win.tue.nl/games/roguelike/nethack/ DEPENDS+= nethack-lib-3.2.2:../nethack-lib DEPENDS+= xpm-3.4k:../../graphics/xpm +USE_X11= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= sys/unix/setup.sh ALL_TARGET= nethack diff --git a/games/nethack/Makefile b/games/nethack/Makefile index 4c27a8e53b9..ddc2431bc61 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/04/05 18:57:31 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1999/04/26 18:38:28 garbled Exp $ DISTNAME= nethack-all-3.2.2 CATEGORIES= games x11 @@ -11,6 +11,7 @@ DEPENDS+= nethack-tty-3.2.2:../nethack-tty DEPENDS+= nethack-x11-3.2.2:../nethack-x11 DEPENDS+= nethack-qt-3.2.2:../nethack-qt +USE_X11= yes EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_PATCH= yes |