aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-07-26 05:40:22 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-07-26 05:40:22 +0000
commit9346b215f04cc84bbb7125ff2fcf03978f859a21 (patch)
tree73bea5baa559b61c5e812c50ac96fad638950c75 /misc
parent49ac3accb4fc378c681317849f4ae94655a61423 (diff)
downloadports-9346b215f04cc84bbb7125ff2fcf03978f859a21.tar.gz
ports-9346b215f04cc84bbb7125ff2fcf03978f859a21.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/linm/Makefile3
-rw-r--r--misc/mc-light/Makefile2
-rw-r--r--misc/mc/Makefile3
3 files changed, 3 insertions, 5 deletions
diff --git a/misc/linm/Makefile b/misc/linm/Makefile
index 8214f604e262..5d3cb04b5813 100644
--- a/misc/linm/Makefile
+++ b/misc/linm/Makefile
@@ -16,10 +16,9 @@ DISTNAME= linm_${LINM_VER}-1
MAINTAINER= ports@FreeBSD.org
COMMENT= Clone of Mdir, mc-style terminal file manager
-BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
-
USE_AUTOTOOLS= libtool
USE_ICONV= yes
+USE_PKGCONFIG= yes
USE_OPENSSL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
diff --git a/misc/mc-light/Makefile b/misc/mc-light/Makefile
index 53df20299b3d..e9ebf14dabfd 100644
--- a/misc/mc-light/Makefile
+++ b/misc/mc-light/Makefile
@@ -15,7 +15,6 @@ DISTNAME= mc-${PORTVERSION:S/.p9/-pre9/}
MAINTAINER= ports@FreeBSD.org
COMMENT= A lightweight Midnight Commander clone
-BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config
RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk
CONFLICTS= mc-4.7*
@@ -26,6 +25,7 @@ MC_IN_MC_DESC= Allow run mc inside mc (useful for mcedit)
USE_GMAKE= yes
USE_ICONV= yes
+USE_PKGCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-included-slang \
--with-gettext \
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index 1a217ef9c388..4da09e08b799 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -20,10 +20,9 @@ COMMENT= Midnight Commander, a free Norton Commander Clone
CONFLICTS= mc-light-4*
-BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
-
USE_GMAKE= yes
USE_GNOME= glib20
+USE_PKGCONFIG= yes
USE_PERL5= yes
USE_XZ= yes
GNU_CONFIGURE= yes