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/ishido | |
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.)
Notes
Notes:
svn path=/head/; revision=14922
Diffstat (limited to 'games/ishido')
-rw-r--r-- | games/ishido/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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: |