diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 00:44:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 00:44:34 +0000 |
commit | 1490c59f86433f55bdf6340a98c220f23aed8c31 (patch) | |
tree | f7e0563cf034d5a9985b0faab9ea768876f6c63e /cad/mars | |
parent | Create ${PREFIX}/bin before cat'ing a file into it. (diff) |
Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imake
for ilu and mkdirhier for asl.)
Diffstat (limited to 'cad/mars')
-rw-r--r-- | cad/mars/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/mars/Makefile b/cad/mars/Makefile index 015fc53e2180..0995c3ebe438 100644 --- a/cad/mars/Makefile +++ b/cad/mars/Makefile @@ -4,7 +4,7 @@ # Date created: Mon Nov 18, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.5 1997/02/04 11:32:02 obrien Exp $ +# $Id: Makefile,v 1.6 1997/10/10 06:53:30 obrien Exp $ # DISTNAME= MaRS-2.1 @@ -24,6 +24,7 @@ MAKEFILE= Makefile.XMotif .elif defined(WITH_X) && (${WITH_X} == NO || ${WITH_X} == no) MAKEFILE= Makefile.NoX .else +USE_XLIB= yes MAKEFILE= Makefile.SimpleX .endif ALL_TARGET= depend mars |