aboutsummaryrefslogtreecommitdiff
path: root/shells
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
parent49bd07c8df7928e83d6feec9076bf2e3e4381445 (diff)
downloadports-2250196ba7c243e66a8d9c0db9abaf22489c2c0b.tar.gz
ports-2250196ba7c243e66a8d9c0db9abaf22489c2c0b.zip
Notes
Diffstat (limited to 'shells')
-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.