a10d678f1f
- Add an options file to permit excluding rar on i386 - for those who do not have the appropriate compat options enabled in their kernel
15 lines
314 B
Makefile
15 lines
314 B
Makefile
# $NetBSD: options.mk,v 1.1 2007/08/23 17:10:39 abs Exp $
|
|
#
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.dvdrip
|
|
.if !empty(MACHINE_ARCH:Mi386)
|
|
PKG_SUPPORTED_OPTIONS= rar
|
|
|
|
PKG_SUGGESTED_OPTIONS= rar
|
|
.endif
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mrar)
|
|
DEPENDS+= {rar,rar-bin}-[0-9]*:../../archivers/rar
|
|
.endif
|