aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-11-25 09:26:24 +0800
committerobrien <obrien@FreeBSD.org>1996-11-25 09:26:24 +0800
commit4216aaa800e0c84a872730186297a0e0f88b421c (patch)
tree5ad092c51d8e678f05741f691d6ed6d71eb59422 /cad
parent181ad794ee16b9d6d4da5fe63a3dd7fc3e88a32e (diff)
downloadfreebsd-ports-gnome-4216aaa800e0c84a872730186297a0e0f88b421c.tar.gz
freebsd-ports-gnome-4216aaa800e0c84a872730186297a0e0f88b421c.tar.zst
freebsd-ports-gnome-4216aaa800e0c84a872730186297a0e0f88b421c.zip
Support Motif compilation.
Diffstat (limited to 'cad')
-rw-r--r--cad/mars/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/cad/mars/Makefile b/cad/mars/Makefile
index 84ffcfa8041f..03130a16cf19 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.1.1.1 1996/08/09 04:17:16 asami Exp $
+# $Id: Makefile,v 1.1.1.1 1996/11/25 01:07:50 obrien Exp $
#
DISTNAME= MaRS-2.1
@@ -15,7 +15,9 @@ MASTER_SITES= ${DISTSITE}
MAINTAINER= obrien@cs.ucdavis.edu
NO_WRKSUBDIR= yes
-.if defined(WITH_X) && (${WITH_X} == NO || ${WITH_X} == no)
+.if defined(HAVE_MOTIF) && defined(FORCE_MOTIF)
+MAKEFILE= Makefile.XMotif
+.elif defined(WITH_X) && (${WITH_X} == NO || ${WITH_X} == no)
MAKEFILE= Makefile.NoX
.else
MAKEFILE= Makefile.SimpleX