1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Use the $SRC_BASE Makevar instead of hard-coding.

This commit is contained in:
Mark Linimon 2010-12-17 03:45:29 +00:00
parent 3f735e768e
commit 2afa42500c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266468

View File

@ -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