diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-09-10 23:10:47 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-09-10 23:10:47 +0000 |
commit | cd7238ada8fdd2801be2d4eda97d5451b1974ef9 (patch) | |
tree | e471969265d6ec79326f2be876fc883fb783fc7e /x11/XFree86/Makefile | |
parent | Describe how to change the set of components that gets built. (diff) |
Add USE_X11 in Makefile, delete @cwd /usr/X11R6 from pkg/PLIST (this
one was ignored anyway).
Problem reported by: Karl Denninger <karl@mcs.net>
Diffstat (limited to 'x11/XFree86/Makefile')
-rw-r--r-- | x11/XFree86/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index 6722df169711..42167a8bfa17 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.17 1996/02/15 00:53:15 jmz Exp $ +# $Id: Makefile,v 1.18 1996/07/19 14:35:11 jmz Exp $ # ####################################################################### @@ -39,6 +39,7 @@ IS_INTERACTIVE= yes MAINTAINER= jmz@FreeBSD.ORG +USE_X11 = yes DIST_SUBDIR = xc .if defined(DISTDIR) |