diff options
author | asami <asami@FreeBSD.org> | 1998-09-22 17:13:00 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-22 17:13:00 +0000 |
commit | 2d9ce6f18ad33377b0a4345d33ab49f3f07409db (patch) | |
tree | 28c5fedef1fc0574098939a43fc24b6c84f769c6 /misc/mc/Makefile | |
parent | ecf29e58de8120e85714912b418c8546eb75ef39 (diff) | |
download | FreeBSD-ports-2d9ce6f18ad33377b0a4345d33ab49f3f07409db.zip FreeBSD-ports-2d9ce6f18ad33377b0a4345d33ab49f3f07409db.tar.gz |
Most previous commit broke this port for 2.2.
Diffstat (limited to 'misc/mc/Makefile')
-rw-r--r-- | misc/mc/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 3317803..8d5701c 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.22 1998/06/04 04:04:29 vanilla Exp $ +# $Id: Makefile,v 1.23 1998/09/18 02:29:28 vanilla Exp $ # DISTNAME= mc-4.1.35 @@ -13,6 +13,11 @@ MASTER_SITE_SUBDIR= utils/file/managers/mc MAINTAINER= ports@FreeBSD.ORG +VERSION!= sysctl -n kern.osreldate +.if ${VERSION} < 300000 +BROKEN= mountlist.c +.endif + GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-ncurses --without-edit --with-dusum --disable-nls CONFIGURE_ENV= CCOPTS="$(CFLAGS)" INSTALL="$${INSTALL} -c" |