diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-07 12:51:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-07 12:51:19 +0000 |
commit | 9c000628b155754904e80db9e7ebe76b88ebad40 (patch) | |
tree | 9c948c3b4e49f14822e91f7a412fd52ea23984d6 /x11/XFree86 | |
parent | c1f5b67a28131b060acac4c03394332edc68a009 (diff) | |
download | ports-9c000628b155754904e80db9e7ebe76b88ebad40.tar.gz ports-9c000628b155754904e80db9e7ebe76b88ebad40.zip |
Notes
Diffstat (limited to 'x11/XFree86')
-rw-r--r-- | x11/XFree86/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index a15c99936279..9e9a7afdfb75 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.22 1996/11/10 12:05:56 peter Exp $ +# $Id: Makefile,v 1.23 1996/11/25 02:29:26 jmz Exp $ # DISTNAME= xc @@ -20,7 +20,7 @@ MAINTAINER= jmz@FreeBSD.ORG # Define FORCE_PACKAGE from the command line if you want to override # this and build a package -NO_PACKAGE= yes +NO_PACKAGE= "Binary package distributed by XFree86 already" IS_INTERACTIVE= yes # configure script asks questions USE_X11= yes ALL_TARGET= World |