aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-07-05 04:57:34 +0800
committersteve <steve@FreeBSD.org>1999-07-05 04:57:34 +0800
commit30f19a1d8d40d3e2ae7c589d515a1b509abb791a (patch)
tree23f85639111142660078bbb9fcc68a194f5d73a9 /emulators
parent7b5c94069229420d638a38435207fda4ff594e13 (diff)
downloadfreebsd-ports-gnome-30f19a1d8d40d3e2ae7c589d515a1b509abb791a.tar.gz
freebsd-ports-gnome-30f19a1d8d40d3e2ae7c589d515a1b509abb791a.tar.zst
freebsd-ports-gnome-30f19a1d8d40d3e2ae7c589d515a1b509abb791a.zip
Mark broken for Alpha, and don't require '.' to be in PATH in the
do-configure target.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dlx/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/emulators/dlx/Makefile b/emulators/dlx/Makefile
index 4f25675dcf38..39fd8d7a4ece 100644
--- a/emulators/dlx/Makefile
+++ b/emulators/dlx/Makefile
@@ -4,7 +4,7 @@
# Date created: Mon Dec 23, 1998
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.1.1.1 1998/12/30 04:27:21 obrien Exp $
+# $Id: Makefile,v 1.2 1999/04/16 06:53:30 mharo Exp $
#
DISTNAME= dlx
@@ -15,10 +15,14 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= obrien@FreeBSD.org
+.if ${MACHINE_ARCH} == alpha
+BROKEN= won\'t build on alpha
+.endif
+
MAN1= dlxcc.1
do-configure:
- cd ${WRKSRC}/gcc ; config.gcc dlx
+ cd ${WRKSRC}/gcc ; ./config.gcc dlx
do-build:
cd ${WRKSRC}/dlxsim ; make install