diff options
Diffstat (limited to 'misc/mc/Makefile')
-rw-r--r-- | misc/mc/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 563f06383d55..983eadc42918 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -1,31 +1,33 @@ # New ports collection makefile for: mc -# Version required: 4.5.23 +# Version required: 4.5.31 # Date created: 15 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.30 1999/03/19 04:39:58 nectar Exp $ +# $Id: Makefile,v 1.31 1999/04/08 18:08:35 steve Exp $ # -DISTNAME= mc-4.5.23 +DISTNAME= mc-4.5.31 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/mc MAINTAINER= reg@shale.csir.co.za -LIB_DEPENDS= glib12.1:${PORTSDIR}/devel/glib12 \ +LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 \ intl.1:${PORTSDIR}/devel/gettext .if defined(USE_NCURSES_PORT) LIB_DEPENDS+= ncurses.4:${PORTSDIR}/devel/ncurses .endif +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config + USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ncurses --without-gnome --without-edit CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAKE="gmake" \ - GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \ + GLIB_CONFIG="${GLIB_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" MAN1= midc.1 |