diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 00:44:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 00:44:34 +0000 |
commit | 1490c59f86433f55bdf6340a98c220f23aed8c31 (patch) | |
tree | f7e0563cf034d5a9985b0faab9ea768876f6c63e /games | |
parent | Create ${PREFIX}/bin before cat'ing a file into it. (diff) |
Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imake
for ilu and mkdirhier for asl.)
Diffstat (limited to 'games')
-rw-r--r-- | games/golddig/Makefile | 3 | ||||
-rw-r--r-- | games/ishido/Makefile | 3 | ||||
-rw-r--r-- | games/xevil/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/games/golddig/Makefile b/games/golddig/Makefile index cc9762cf820c..434f980e6ba5 100644 --- a/games/golddig/Makefile +++ b/games/golddig/Makefile @@ -3,7 +3,7 @@ # Date created: 20 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.6 1996/11/18 13:58:43 asami Exp $ +# $Id: Makefile,v 1.7 1997/01/03 09:36:40 obrien Exp $ # DISTNAME= golddig2 @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org +USE_XLIB= yes MAN6= golddig.6 pre-patch: diff --git a/games/ishido/Makefile b/games/ishido/Makefile index cc23d68faf10..bfe6113fd616 100644 --- a/games/ishido/Makefile +++ b/games/ishido/Makefile @@ -4,7 +4,7 @@ # Date created: Wed June 24, 1998 # Whom: Steven H. Samorodin (samorodi@NUXI.com) # -# $Id: Makefile,v 1.16 1998/01/14 02:40:04 obrien Exp $ +# $Id: Makefile,v 1.1.1.1 1998/06/25 08:04:11 obrien Exp $ # DISTNAME= ishido-1.1 @@ -14,6 +14,7 @@ MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/misc/ \ MAINTAINER= samorodi@NUXI.com +USE_XLIB= yes MAN6= ishido.6 do-install: diff --git a/games/xevil/Makefile b/games/xevil/Makefile index aa588da331ba..c72d4f7df3a3 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -3,7 +3,7 @@ # Date created: 6 May 1995 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.6 1998/08/23 07:34:41 hoek Exp $ # PKGNAME= xevil-1.5 @@ -14,6 +14,7 @@ DISTFILES= xevil1.5.tar.Z MAINTAINER= jmz@FreeBSD.org +USE_XLIB= yes MAN6= xevil.6 MANCOMPRESSED= yes |