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

.if !defined(_INCLUDE_USES_LIBEDIT_MK)
_INCLUDE_USES_LIBEDIT_MK=	yes
_USES_POST+=	localbase

LIB_DEPENDS+=	libedit.so.0:devel/libedit
.endif