summaryrefslogtreecommitdiff
path: root/games/xroach
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-03-27 17:13:40 +0000
committerkristerw <kristerw@pkgsrc.org>2005-03-27 17:13:40 +0000
commiteaf760a3a5e25a562b9df1b91e4cc2729e187264 (patch)
treea502458085d401b3714c537cb28e6a8b020d6b9c /games/xroach
parentd2f900eae97fd4e55bb40c5a8509aadfb04d3acf (diff)
downloadpkgsrc-eaf760a3a5e25a562b9df1b91e4cc2729e187264.tar.gz
This package uses X11, so set USE_X11=YES.
Diffstat (limited to 'games/xroach')
-rw-r--r--games/xroach/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xroach/Makefile b/games/xroach/Makefile
index 9bd495af9b5..1b3c68b89c2 100644
--- a/games/xroach/Makefile
+++ b/games/xroach/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/02/21 20:26:11 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 2005/03/27 17:13:40 kristerw Exp $
#
DISTNAME= xroach
@@ -13,5 +13,6 @@ COMMENT= Cockroaches hide under your windows
DIST_SUBDIR= xroach-4.4
DECOMPRESS_CMD= ${CAT}
MANCOMPRESSED_IF_MANZ= yes
+USE_X11= YES
.include "../../mk/bsd.pkg.mk"