mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
767d81e129
Differential Revision: https://reviews.freebsd.org/D34936 Reviewed by: desktop (tcberner), portmgr (tcberner), ruby (yasu), tijl
15 lines
278 B
Makefile
15 lines
278 B
Makefile
# 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
|