summaryrefslogtreecommitdiff
path: root/misc/mc
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-12-18 18:48:30 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-12-18 18:48:30 +0000
commitf3147e236e7e24e31068c73dc335f2ff7c66a8ac (patch)
treea69e293e3c3f1cfa02c549ca98bccadc51dd9ac8 /misc/mc
parentTemporarily fix the detection of libid3tag. This fixes MP3 support in (diff)
- use USE_GNOME=glib20 instead of LIB_DEPENDS
- remove CONFIGURE_TARGET because glib20 takes care of it (from Jeremy Messenger <mezz7@cox.net>) - make portlint quiet PR: 60357 Submitted by: Franz Klammer
Notes
Notes: svn path=/head/; revision=96162
Diffstat (limited to 'misc/mc')
-rw-r--r--misc/mc/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index cbfbb0f97187..5f5d88442756 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -15,16 +15,15 @@ MASTER_SITE_SUBDIR= utils/file/managers/mc/
MAINTAINER= fjoe@FreeBSD.org
COMMENT= Midnight Commander, a free Norton Commander Clone
-.include <bsd.port.pre.mk>
-
-LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20 \
- intl.5:${PORTSDIR}/devel/gettext
+LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
+.include <bsd.port.pre.mk>
+
USE_GMAKE= yes
USE_REINPLACE= yes
+USE_GNOME= glib20
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.if !defined(WITHOUT_SAMBA)
CONFIGURE_ARGS+=--with-samba --with-configdir=${LOCALBASE}/etc \