diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /cad/mars/Makefile | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
download | ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.tar.gz ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.zip |
Notes
Diffstat (limited to 'cad/mars/Makefile')
-rw-r--r-- | cad/mars/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/mars/Makefile b/cad/mars/Makefile index 6bc6359a1341..52d568c34583 100644 --- a/cad/mars/Makefile +++ b/cad/mars/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: MaRS # Date created: Mon Nov 18, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) @@ -23,7 +22,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAKEFILE= Makefile.NoX .else USE_MOTIF= yes -MAKEFILE= Makefile.XMotif +MAKEFILE= Makefile.XMotif .endif ALL_TARGET= depend mars MAN1= mars.1 |