Welcome to mirror list, hosted at ThFree Co, Russian Federation.

libedit.mk « Uses « Mk « ports-dep-args « test-ports - github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f6db81960cf110c8de5fbd59016ca359bfc6dadb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD: head/Mk/Uses/libedit.mk 423014 2016-09-30 19:24:30Z tijl $
#
# 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
_USES_POST+=	localbase

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