diff options
author | asami <asami@FreeBSD.org> | 1995-05-27 07:44:07 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-27 07:44:07 +0000 |
commit | 8d815336cafc3a390be2775cebe418141cf9325d (patch) | |
tree | 1d487536923d07ca4eeaab1919dbe3da4ef667c9 /games/xrisk | |
parent | 2b76271e53cab766a8e2d546e7c1c28c96a5df91 (diff) | |
download | FreeBSD-ports-8d815336cafc3a390be2775cebe418141cf9325d.zip FreeBSD-ports-8d815336cafc3a390be2775cebe418141cf9325d.tar.gz |
Add USE_X11 so that PREFIX gets set to ${X11BASE} correctly.
Diffstat (limited to 'games/xrisk')
-rw-r--r-- | games/xrisk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xrisk/Makefile b/games/xrisk/Makefile index 2230fb6..c9bec34 100644 --- a/games/xrisk/Makefile +++ b/games/xrisk/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.3 1995/04/11 00:20:54 asami Exp $ +# $Id: Makefile,v 1.4 1995/05/13 06:25:04 asami Exp $ # DISTNAME= xrisk-2.13 @@ -11,6 +11,7 @@ CATEGORIES+= games MASTER_SITES= ftp://geocub.greco-prog.fr/pub/Games/ EXTRACT_SUFX= .tar.Z +USE_X11= yes # We can't distribute the source or the package because of # the restrictive copyright. NO_PACKAGE= yes |