diff options
author | linimon <linimon@FreeBSD.org> | 2010-12-17 11:45:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-12-17 11:45:29 +0800 |
commit | 92b1d43182e2149ef98b09815d09db7b6a7bd500 (patch) | |
tree | f46cf9683c994a38a0be8c8d36e942e9cca6821c /graphics | |
parent | ca112ac6d3c731597db0aee93db26f0c49b63d35 (diff) | |
download | freebsd-ports-gnome-92b1d43182e2149ef98b09815d09db7b6a7bd500.tar.gz freebsd-ports-gnome-92b1d43182e2149ef98b09815d09db7b6a7bd500.tar.zst freebsd-ports-gnome-92b1d43182e2149ef98b09815d09db7b6a7bd500.zip |
Use the $SRC_BASE Makevar instead of hard-coding.
Diffstat (limited to 'graphics')
-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 |