summaryrefslogtreecommitdiffstats
path: root/Mk/Uses/libedit.mk
blob: 5eb9f3c20248f54d181fce0a5fb0f2b4496fa5b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$
#
# handle dependency on the libedit port
#
# Feature:	libedit
# Usage:	USES=libedit
# Valid ARGS:	none
#
# MAINTAINER:	portmgr@FreeBSD.org

.if !defined(_INCLUDE_USES_LIBEDIT_MK)
_INCLUDE_USES_LIBEDIT_MK=	yes
.include "${USESDIR}/localbase.mk"

LIB_DEPENDS+=	libedit.so.0:${PORTSDIR}/devel/libedit
.endif
OpenPOWER on IntegriCloud