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/golddig/Makefile | |
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 '')
-rw-r--r-- | games/golddig/Makefile | 3 |
1 files changed, 2 insertions, 1 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: |