blob: d5519a98faf121ec0c16e79d9c937edc6b5838f4 (
plain) (
tree)
|
|
# $FreeBSD$
#
# handle dependency on the libarchive port
#
# Feature: libarchive
# Usage: USES=libarchive
# Valid ARGS: none
#
# MAINTAINER: portmgr@FreeBSD.org
.if !defined(_INCLUDE_USES_LIBARCHIVE_MK)
_INCLUDE_USES_LIBARCHIVE_MK= yes
_USES_POST+= localbase
LIB_DEPENDS+= libarchive.so.13:archivers/libarchive
.endif
|