summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/angband-x11/Makefile3
-rw-r--r--games/nethack-qt/Makefile3
-rw-r--r--games/nethack-x11/Makefile3
-rw-r--r--games/nethack/Makefile3
-rw-r--r--graphics/povray/Makefile4
-rw-r--r--graphics/urt/Makefile3
-rw-r--r--lang/STk/Makefile3
-rw-r--r--lang/tclX80/Makefile3
8 files changed, 17 insertions, 8 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
diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile
index fc83dff3aab..f374abdc8d5 100644
--- a/graphics/povray/Makefile
+++ b/graphics/povray/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/03/04 14:59:23 tron Exp $
+# $NetBSD: Makefile,v 1.4 1999/04/26 18:47:53 garbled Exp $
# FreeBSD Id: Makefile,v 1.9 1998/08/20 18:56:00 jseger Exp
#
@@ -15,4 +15,6 @@ HOMEPAGE= http://www.povray.org/
DEPENDS+= png-1.0.3:../../graphics/png
+USE_X11= yes
+
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile
index 59c89ca2c71..a9d87bed34c 100644
--- a/graphics/urt/Makefile
+++ b/graphics/urt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/04/05 17:23:02 mycroft Exp $
+# $NetBSD: Makefile,v 1.6 1999/04/26 18:47:56 garbled Exp $
# FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp
#
@@ -19,6 +19,7 @@ BUILD_DEPENDS+= ${BUILD_ROOT}/graphics/netpbm/${WRKDIR:T}/netpbm:../../graphics/
EXTRACT_ONLY= urt-3.1b.tar.Z
+USE_X11= yes
NO_WRKSUBDIR= yes
CONFIGURE_SCRIPT=Configure
CONFIGURE_ARGS= config/urt
diff --git a/lang/STk/Makefile b/lang/STk/Makefile
index a4d05eaaa26..4bfeaea8770 100644
--- a/lang/STk/Makefile
+++ b/lang/STk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/11/16 11:57:33 agc Exp $
+# $NetBSD: Makefile,v 1.7 1999/04/26 18:47:53 garbled Exp $
#
DISTNAME= STk-3.99.2
@@ -9,5 +9,6 @@ MAINTAINER= perry@netbsd.org
HOMEPAGE= http://kaolin.unice.fr/STk/
GNU_CONFIGURE= yes
+USE_X11= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/tclX80/Makefile b/lang/tclX80/Makefile
index 3e0c2e4aa18..26db82aa163 100644
--- a/lang/tclX80/Makefile
+++ b/lang/tclX80/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1999/04/10 21:49:05 tron Exp $
+# $NetBSD: Makefile,v 1.10 1999/04/26 18:47:53 garbled Exp $
#
DISTNAME= tclX8.0.4
@@ -11,6 +11,7 @@ HOMEPAGE= http://www.neosoft.com/TclX/
DEPENDS+= tk-8.0.5:../../x11/tk80
+USE_X11= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared --with-tk