diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-27 07:44:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-27 07:44:07 +0000 |
commit | cc221c65e9c7738f9358503625668a86bcdf81e2 (patch) | |
tree | 49df52ae27c1da2cef172c62a1322369018b8b8a /games | |
parent | d0cfbf5508eabcfb56ddd0c2f793415613d57527 (diff) | |
download | ports-cc221c65e9c7738f9358503625668a86bcdf81e2.tar.gz ports-cc221c65e9c7738f9358503625668a86bcdf81e2.zip |
Notes
Diffstat (limited to 'games')
-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 2230fb6a7bd1..c9bec34c4b8d 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 |