767d81e129
Differential Revision: https://reviews.freebsd.org/D34936 Reviewed by: desktop (tcberner), portmgr (tcberner), ruby (yasu), tijl
14 lines
304 B
Makefile
14 lines
304 B
Makefile
# handle dependency on the libarchive port
|
|
#
|
|
# Feature: libarchive
|
|
# Usage: USES=libarchive
|
|
# Valid ARGS: none
|
|
#
|
|
# MAINTAINER: ports@FreeBSD.org
|
|
|
|
.if !defined(_INCLUDE_USES_LIBARCHIVE_MK)
|
|
_INCLUDE_USES_LIBARCHIVE_MK= yes
|
|
_USES_POST+= localbase
|
|
|
|
LIB_DEPENDS+= libarchive.so.13:archivers/libarchive
|
|
.endif
|