Most previous commit broke this port for 2.2.
This commit is contained in:
parent
47619e62e0
commit
bd19d9a1be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13319
1 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue