diff options
author | fjoe <fjoe@FreeBSD.org> | 2002-08-18 00:12:13 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2002-08-18 00:12:13 +0800 |
commit | 3b7cbd5fa728531f176ca0f9759d42bb147d8ff3 (patch) | |
tree | e55921a76f03659c8a6065e397a1c68a911139ee /misc/mc | |
parent | 85408598af57a7cc2373d2a86dca992dc3606f8f (diff) | |
download | freebsd-ports-gnome-3b7cbd5fa728531f176ca0f9759d42bb147d8ff3.tar.gz freebsd-ports-gnome-3b7cbd5fa728531f176ca0f9759d42bb147d8ff3.tar.zst freebsd-ports-gnome-3b7cbd5fa728531f176ca0f9759d42bb147d8ff3.zip |
fix LIB_DEPENDS, place LIB_DEPENDS a little bit earlier to make portlint happy
Diffstat (limited to 'misc/mc')
-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 |