From 5f14e374af13574d6587b816f8415508fe1b9e5a Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Mon, 12 Dec 2011 00:23:58 +0000 Subject: Fix test for whether src is included. Hat: portmgr Feature safe: yes --- sysutils/acpi_call/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/acpi_call') diff --git a/sysutils/acpi_call/Makefile b/sysutils/acpi_call/Makefile index 2914718874ee..d763e07fe96f 100644 --- a/sysutils/acpi_call/Makefile +++ b/sysutils/acpi_call/Makefile @@ -20,7 +20,7 @@ KMODDIR?= /boot/modules PLIST_SUB+= KMODDIR=${KMODDIR} \ PORTNAME=${PORTNAME} -.if !exists(/sys/sys/module.h) +.if !exists(${SRC_BASE}/sys/sys/module.h) IGNORE= requires kernel source files .endif -- cgit v1.2.3