aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/acpi_call
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-12-12 08:23:58 +0800
committerlinimon <linimon@FreeBSD.org>2011-12-12 08:23:58 +0800
commit0cea893470a57c30d6d3aea1c6c2556da170478a (patch)
tree1a9d0b88c282b1c22c25138b78747f0c5579da7f /sysutils/acpi_call
parent79f26333c61e6c2f63858b327cb99d56edf26472 (diff)
downloadfreebsd-ports-gnome-0cea893470a57c30d6d3aea1c6c2556da170478a.tar.gz
freebsd-ports-gnome-0cea893470a57c30d6d3aea1c6c2556da170478a.tar.zst
freebsd-ports-gnome-0cea893470a57c30d6d3aea1c6c2556da170478a.zip
Fix test for whether src is included.
Hat: portmgr Feature safe: yes
Diffstat (limited to 'sysutils/acpi_call')
-rw-r--r--sysutils/acpi_call/Makefile2
1 files changed, 1 insertions, 1 deletions
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