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 /palm | |
parent | 1116e875da7acd4527f78190429fdd20b6ae6320 (diff) | |
download | ports-83854bb939cb44e6cba58a5d230ab6ceabf59ccb.tar.gz ports-83854bb939cb44e6cba58a5d230ab6ceabf59ccb.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/uppc-kmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/palm/uppc-kmod/Makefile b/palm/uppc-kmod/Makefile index 5521016e4bb9..386df9ff91a6 100644 --- a/palm/uppc-kmod/Makefile +++ b/palm/uppc-kmod/Makefile @@ -18,8 +18,8 @@ COMMENT= USB device driver for Windows CE handhelds MAN4= uppc.4 WRKSRC= ${WRKDIR}/${PORTNAME} -.if !exists(/usr/src/sys/dev/usb/usb.h) -IGNORE= Requires kernel source (/usr/src/sys) to build +.if !exists(${SRC_BASE}/sys/dev/usb/usb.h) +IGNORE= Requires kernel source (in ${SRC_BASE}) to build .endif .include <bsd.port.pre.mk> |