aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-12-17 11:54:54 +0800
committerlinimon <linimon@FreeBSD.org>2010-12-17 11:54:54 +0800
commit851be1a85b0228b481c190bb1b2366cf593d132b (patch)
tree1f9eba928b592c0fbe17021027846f6229fcb452 /multimedia
parent6457ad2d7b0a6b87bc9c53b84cd870d9385a0a24 (diff)
downloadfreebsd-ports-gnome-851be1a85b0228b481c190bb1b2366cf593d132b.tar.gz
freebsd-ports-gnome-851be1a85b0228b481c190bb1b2366cf593d132b.tar.zst
freebsd-ports-gnome-851be1a85b0228b481c190bb1b2366cf593d132b.zip
Use the $SRC_BASE Makevar instead of hard-coding.
Approved by: maintainer
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/pwcbsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/pwcbsd/Makefile b/multimedia/pwcbsd/Makefile
index e92e103e78b3..62de5970dda3 100644
--- a/multimedia/pwcbsd/Makefile
+++ b/multimedia/pwcbsd/Makefile
@@ -41,7 +41,7 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile.kld \
${FILESDIR}/extra-patch-pwc.h
.endif
-.if !exists(/usr/src/sys/Makefile)
+.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel source files
.endif