1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

fix LIB_DEPENDS, place LIB_DEPENDS a little bit earlier to make portlint happy

This commit is contained in:
Max Khon 2002-08-17 16:12:13 +00:00
parent ed4614158e
commit 9f3b585daa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64606

View File

@ -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