aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses/iconv.mk
blob: 5a325bb1a350fe797e17a3727067afadd8c9f725 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$
#
# handle dependency on the iconv port
#
# MAINTAINER: portmgr@FreeBSD.org
#
# Feature:  iconv
# Usage:    USES=iconv
# Valid ARGS:   does not require args
#
#
.if !defined(_INCLUDE_USES_ICONV_MK)
_INCLUDE_USES_ICONV_MK= yes

.if defined(iconv_ARGS)
IGNORE= USES=iconv does not require args
.endif

LIB_DEPENDS+=   iconv.3:${PORTSDIR}/converters/libiconv

.endif