2015-07-19 16:36:00 +02:00
|
|
|
# $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
|
2016-09-30 21:24:30 +02:00
|
|
|
_USES_POST+= localbase
|
2015-07-19 16:36:00 +02:00
|
|
|
|
2016-03-27 03:23:25 +02:00
|
|
|
LIB_DEPENDS+= libedit.so.0:devel/libedit
|
2015-07-19 16:36:00 +02:00
|
|
|
.endif
|