summaryrefslogtreecommitdiff
path: root/misc/mc
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>1999-03-19 04:40:10 +0000
committerJacques Vidrine <nectar@FreeBSD.org>1999-03-19 04:40:10 +0000
commitc1acc95b5a9252307f3f608056003afa5905e29a (patch)
tree9ab1a9e6c2b7d24e91beecfe7b420a1fa39aa87b /misc/mc
parentUpdate to hanterm-xf-p16 (diff)
Now that gettext includes a shared library, dependencies should
use it in LIB_DEPENDS. PR: ports/10647 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=17285
Diffstat (limited to 'misc/mc')
-rw-r--r--misc/mc/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index 4d7e2717ba17..ab875f1ee11e 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.28 1999/02/22 04:27:44 steve Exp $
+# $Id: Makefile,v 1.29 1999/03/15 04:39:10 nectar Exp $
#
DISTNAME= mc-4.5.23
@@ -13,9 +13,8 @@ MASTER_SITE_SUBDIR= gnome-1.0/sources
MAINTAINER= reg@shale.csir.co.za
-BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
-RUN_DEPENDS= gettext:${PORTSDIR}/devel/gettext
-LIB_DEPENDS= glib12.1:${PORTSDIR}/devel/glib12
+LIB_DEPENDS= glib12.1:${PORTSDIR}/devel/glib12 \
+ intl.1:${PORTSDIR}/devel/gettext
.if defined(USE_NCURSES_PORT)
LIB_DEPENDS+= ncurses.4:${PORTSDIR}/devel/ncurses