aboutsummaryrefslogtreecommitdiff
path: root/games/xneko
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-12-25 07:53:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-12-25 07:53:59 +0000
commit5b65a8eee9f2c89ddbe828fe0f533831daf1c45b (patch)
tree78cc2f2a758b6ece1e51f740becbeee1a97ab98c /games/xneko
parent4fd3bfe6c2cfbc6a197510b23589f803f9d147dd (diff)
downloadports-5b65a8eee9f2c89ddbe828fe0f533831daf1c45b.tar.gz
ports-5b65a8eee9f2c89ddbe828fe0f533831daf1c45b.zip
Add "USE_X11=yes" so that packaging will work.
Notes
Notes: svn path=/head/; revision=2587
Diffstat (limited to 'games/xneko')
-rw-r--r--games/xneko/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xneko/Makefile b/games/xneko/Makefile
index 3f2786e8d145..0e8d90404981 100644
--- a/games/xneko/Makefile
+++ b/games/xneko/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 December 1995
# Whom: markm
#
-# $Id: Makefile,v 1.1.1.1 1995/12/22 18:10:20 markm Exp $
+# $Id: Makefile,v 1.2 1995/12/25 07:38:41 asami Exp $
#
DISTNAME= xneko
@@ -13,4 +13,6 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/
MAINTAINER= markm@FreeBSD.ORG
+USE_X11= yes
+
.include <bsd.port.mk>