5d33e04596
Where appropriate fiddle with a few other things.
14 lines
306 B
Makefile
14 lines
306 B
Makefile
# 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
|