diff options
Diffstat (limited to 'graphics/plasma-kmod')
-rw-r--r-- | graphics/plasma-kmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/plasma-kmod/Makefile b/graphics/plasma-kmod/Makefile index a9c34b181e05..b6f1c3eb40ac 100644 --- a/graphics/plasma-kmod/Makefile +++ b/graphics/plasma-kmod/Makefile @@ -15,8 +15,8 @@ PKGNAMESUFFIX= -kmod MAINTAINER= ports@FreeBSD.org COMMENT= A plasma-effect screensaver kernel module -.if !exists(/usr/src/sys/dev/syscons/syscons.h) -IGNORE= requires kernel source (/usr/src/sys) to build +.if !exists(${SRC_BASE}/sys/dev/syscons/syscons.h) +IGNORE= requires kernel source (in ${SRC_BASE}) to build .endif PLIST_FILES= lib/plasma_saver.ko SUB_FILES= pkg-message |