diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-20 12:54:54 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-09-20 12:54:54 +0000 |
commit | c93dfc2e9f8b7b990c22c6baa6cdab361cd12e16 (patch) | |
tree | e61ab76efa292f985d8e20e449572329fa964c1c /sysutils/acpi_call | |
parent | b10d5a64b7ea8bb32e9735304272e7344926e3b2 (diff) |
Notes
Diffstat (limited to 'sysutils/acpi_call')
-rw-r--r-- | sysutils/acpi_call/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/acpi_call/Makefile b/sysutils/acpi_call/Makefile index 34dd12f6f762..bf7833388593 100644 --- a/sysutils/acpi_call/Makefile +++ b/sysutils/acpi_call/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: acpi_call -# Date created: 15 Oct 2011 -# Whom: Maxim Ignatenko -# +# Created by: Maxim Ignatenko # $FreeBSD$ -# PORTNAME= acpi_call PORTVERSION= 1.0.1 @@ -16,6 +12,8 @@ COMMENT= Kernel module for calling ACPI methods from userspace LICENSE= BSD +SSP_UNSAFE= kernel module does not support ssp + .include <bsd.port.pre.mk> KMODDIR?= /boot/modules |