diff options
author | Max Khon <fjoe@FreeBSD.org> | 2002-08-17 16:12:13 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2002-08-17 16:12:13 +0000 |
commit | 9f3b585daab227fa811ab6e2f0bc96394427b791 (patch) | |
tree | 95b82792d0aa3baedf9549f73b0a900b769152e7 /misc/mc/Makefile | |
parent | add MAN5 related patch for perl5.8 (files/patch-Makefile.PL) (diff) |
fix LIB_DEPENDS, place LIB_DEPENDS a little bit earlier to make portlint happy
Diffstat (limited to '')
-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 4f513e8ad3f1..b0373cdef909 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 |