freebsd-ports/Mk/Uses/libarchive.mk
Baptiste Daroussin 421767bd88 Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles

PR:		206569
Exp run by:	antoine
Differential Revision:	D5047
2016-03-27 01:23:25 +00:00

17 lines
332 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:archivers/libarchive
.endif