diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-18 06:28:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-18 06:28:20 +0000 |
commit | 33b4afff4b3cd077d5e006d1c507908b634d2e2b (patch) | |
tree | 0f3b61923e486f29491cfa174478f27558fc0fa5 /cad/spice | |
parent | 12179d50684aa53125d3606f8d0f93bc0ee7ad83 (diff) | |
download | ports-33b4afff4b3cd077d5e006d1c507908b634d2e2b.tar.gz ports-33b4afff4b3cd077d5e006d1c507908b634d2e2b.zip |
spice needs X.
Notes
Notes:
svn path=/head/; revision=15410
Diffstat (limited to 'cad/spice')
-rw-r--r-- | cad/spice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index b83574a510a7..aca5e849e4cc 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Mar 96 # Whom: Julian Jenkins <kaveman@magna.com.au> # -# $Id: Makefile,v 1.10 1998/06/08 09:21:37 tg Exp $ +# $Id: Makefile,v 1.11 1998/09/27 08:16:26 steve Exp $ # DISTNAME= sp3f4.kit @@ -22,6 +22,7 @@ BROKEN_ELF= install #PATCH_SITES= ftp://ilpsoft.eecs.berkeley.edu/pub/SPICE3F5/ #PATCHFILES= grid.patch newcoms.patch spsmp.patch +USE_XLIB= yes NO_WRKSUBDIR= yes MAN1= sconvert.1 nutmeg.1 spice.1 MAN3= mfb.3 |