Sync Mk with ports
[dports.git] / Mk / Uses / libedit.mk
1 # $FreeBSD$
2 #
3 # handle dependency on the libedit port
4 #
5 # Feature:      libedit
6 # Usage:        USES=libedit
7 # Valid ARGS:   none
8 #
9 # MAINTAINER:   portmgr@FreeBSD.org
10
11 .if !defined(_INCLUDE_USES_LIBEDIT_MK)
12 _INCLUDE_USES_LIBEDIT_MK=       yes
13 .include "${USESDIR}/localbase.mk"
14
15 LIB_DEPENDS+=   libedit.so.0:devel/libedit
16 .endif