diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mc-light/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mc-light/Makefile b/misc/mc-light/Makefile index b9c804104263..53df20299b3d 100644 --- a/misc/mc-light/Makefile +++ b/misc/mc-light/Makefile @@ -15,7 +15,8 @@ DISTNAME= mc-${PORTVERSION:S/.p9/-pre9/} MAINTAINER= ports@FreeBSD.org COMMENT= A lightweight Midnight Commander clone -RUN_DEPENDS+= gawk:${PORTSDIR}/lang/gawk +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config +RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk CONFLICTS= mc-4.7* @@ -25,7 +26,6 @@ MC_IN_MC_DESC= Allow run mc inside mc (useful for mcedit) USE_GMAKE= yes USE_ICONV= yes -USE_GNOME= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-included-slang \ --with-gettext \ |