mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
5d33e04596
Where appropriate fiddle with a few other things.
15 lines
306 B
Makefile
15 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
|