summaryrefslogtreecommitdiff
path: root/shells/bash1/Makefile
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-20 21:24:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-20 21:24:19 +0000
commit2250196ba7c243e66a8d9c0db9abaf22489c2c0b (patch)
tree7c371c0243e08746093c16006c2a60b07dd2c677 /shells/bash1/Makefile
parentAdopt this port. (diff)
All right, that's it, no more commits at 4am for me.
But I'm still going to leave it marked broken on all the other architectures. That's because I think it really is broken on all the other architectures. If it is not broken on all the other architectures, I am going to stick my fingers in my ears and chant la-la-la-can't-hear-you. arrrrrgh
Notes
Notes: svn path=/head/; revision=91760
Diffstat (limited to '')
-rw-r--r--shells/bash1/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile
index dd90fb013d04..4685ac3512d8 100644
--- a/shells/bash1/Makefile
+++ b/shells/bash1/Makefile
@@ -17,14 +17,10 @@ COMMENT= The GNU Bourne Again Shell -- old version
.include <bsd.port.pre.mk>
-.if ${OSVERSION} <= 501000 && ${MACHINE_ARCH} != i386
+.if ${MACHINE_ARCH} != i386
BROKEN= "does not compile on ${MACHINE_ARCH}"
.endif
-.if ${OSVERSION} >= 501000
-BROKEN= "does not compile on FreeBSD ${OSVERSION}"
-.endif
-
NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
# Don't compress manpages or .so not works.