diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 4f513e8..b0373cd 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -24,12 +24,14 @@ LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang .if !defined(WITHOUT_ICONV) LIB_DEPENDS+= iconv.3:${PORTSDIR}/converters/libiconv .endif +.if ${PORTNAME} == "mc" +LIB_DEPENDS+= intl.4:${PORTSDIR}/devel/gettext +.endif USE_GMAKE= yes USE_GNOMENG= yes .if ${PORTNAME} == "mc" USE_GNOME= glib12 -LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext .else USE_GNOME= gnomeprefix gnomelibs .endif |