aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-12-25 15:53:59 +0800
committerasami <asami@FreeBSD.org>1995-12-25 15:53:59 +0800
commit107cb494711cf42ed562368aa122ebf493e3af24 (patch)
tree89bd1cc051784367d55a4b7c470300037146101e
parentfce7200e5620a20d0e5bb01eb41f64d9c86948dc (diff)
downloadfreebsd-ports-gnome-107cb494711cf42ed562368aa122ebf493e3af24.tar.gz
freebsd-ports-gnome-107cb494711cf42ed562368aa122ebf493e3af24.tar.zst
freebsd-ports-gnome-107cb494711cf42ed562368aa122ebf493e3af24.zip
Add "USE_X11=yes" so that packaging will work.
-rw-r--r--games/xneko/Makefile4
-rw-r--r--games/xroach/Makefile4
2 files changed, 6 insertions, 2 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>
diff --git a/games/xroach/Makefile b/games/xroach/Makefile
index 13e2273f2872..8ba2b6b259de 100644
--- a/games/xroach/Makefile
+++ b/games/xroach/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 December 1995
# Whom: markm
#
-# $Id: Makefile,v 1.1.1.1 1995/12/22 18:13:45 markm Exp $
+# $Id: Makefile,v 1.2 1995/12/25 07:38:32 asami Exp $
#
DISTNAME= xroach
@@ -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>