mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
8cea2b0147
This gives more time for tools to get updated, available in packages etc before bothering users
17 lines
344 B
Makefile
17 lines
344 B
Makefile
# $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
|
|
.include "${USESDIR}/localbase.mk"
|
|
|
|
LIB_DEPENDS+= libarchive.so.13:${PORTSDIR}/archivers/libarchive
|
|
.endif
|