diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 00:44:34 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 00:44:34 +0000 |
commit | ee5550f266abb6c39cfd87831763a0d760aea198 (patch) | |
tree | 4e49c831b44b57916f9d95b3375a98cc8ad6335c /cad | |
parent | 03bdff6d19d1549a2fbf8352604d806c3937f71e (diff) | |
download | FreeBSD-ports-ee5550f266abb6c39cfd87831763a0d760aea198.zip FreeBSD-ports-ee5550f266abb6c39cfd87831763a0d760aea198.tar.gz |
Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imake
for ilu and mkdirhier for asl.)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/irsim/Makefile | 3 | ||||
-rw-r--r-- | cad/mars/Makefile | 3 | ||||
-rw-r--r-- | cad/sis/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/cad/irsim/Makefile b/cad/irsim/Makefile index 556c1d1..82fb50e 100644 --- a/cad/irsim/Makefile +++ b/cad/irsim/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Dec 1994 # Whom: swallace # -# $Id: Makefile,v 1.7 1996/12/06 08:19:54 swallace Exp $ +# $Id: Makefile,v 1.8 1996/12/06 23:24:36 asami Exp $ # DISTNAME= irsim-9.4.1 @@ -13,6 +13,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= swallace@FreeBSD.org +USE_XLIB= yes MAN1= irsim.1 MAN3= irsim-analyzer.3 MAN5= netchange.5 diff --git a/cad/mars/Makefile b/cad/mars/Makefile index 015fc53..0995c3e 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 diff --git a/cad/sis/Makefile b/cad/sis/Makefile index a59fa7f..5bcbacb 100644 --- a/cad/sis/Makefile +++ b/cad/sis/Makefile @@ -3,7 +3,7 @@ # Date created: 10 October 1997 # Whom: volf@oasis.IAEhv.nl # -# $Id: Makefile,v 1.4 1998/10/11 19:27:08 jseger Exp $ +# $Id: Makefile,v 1.5 1998/10/20 01:27:48 steve Exp $ # DISTNAME= sis-1.2 @@ -18,6 +18,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= volf@oasis.IAEhv.nl +USE_XLIB= yes MAKEFILE= Makefile.FreeBSD MAN1= espresso.1 jedi.1 nova.1 sis.1 sred.1 stamina.1 \ vst2blif.1 xsis.1 |