diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-07 09:28:48 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-07 09:28:48 +0000 |
commit | 1c66bfbf12cafd563d303aeb317a94d29ac289e2 (patch) | |
tree | 452ea99c19a43d7a5d27ecc9c884e5fa1ae62cdf /games | |
parent | Add DEPENDS to sam, this port requires libraries and private headers. (diff) |
Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED.
Notes
Notes:
svn path=/head/; revision=4860
Diffstat (limited to '')
-rw-r--r-- | games/xinvaders/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xinvaders/Makefile b/games/xinvaders/Makefile index 4f19af2e4299..063a1f04d62e 100644 --- a/games/xinvaders/Makefile +++ b/games/xinvaders/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.7 1996/06/14 03:15:20 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/18 10:36:05 asami Exp $ # DISTNAME= xinvaders @@ -14,6 +14,6 @@ MASTER_SITE_SUBDIR= games/x11/video USE_IMAKE= yes -NO_CDROM= yes # "don't sell for profit" +NO_CDROM= "don't sell for profit" .include <bsd.port.mk> |