diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-12-17 03:51:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-12-17 03:51:24 +0000 |
commit | 83854bb939cb44e6cba58a5d230ab6ceabf59ccb (patch) | |
tree | 661a6d96a2094cdeadda105f827549ff59786207 /multimedia/pvr250 | |
parent | 1116e875da7acd4527f78190429fdd20b6ae6320 (diff) |
Notes
Diffstat (limited to 'multimedia/pvr250')
-rw-r--r-- | multimedia/pvr250/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/pvr250/Makefile b/multimedia/pvr250/Makefile index f2e8dbdd95f8..f987e63e7fb5 100644 --- a/multimedia/pvr250/Makefile +++ b/multimedia/pvr250/Makefile @@ -46,7 +46,7 @@ PLIST_SUB= MODULESDIR=${MODULESDIR} IGNORE= You need the file hcwPVRP2.sys from the CD coming with the PVR-250/350 card. Please place this file in ${DISTDIR} and run make again. .endif -.if !exists(/usr/src/sys/dev/iicbus/iicbb.c) +.if !exists(${SRC_BASE}/sys/dev/iicbus/iicbb.c) IGNORE= You need the kernel sources installed to build this module. .endif |