diff options
author | linimon <linimon@FreeBSD.org> | 2011-07-17 04:11:48 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-07-17 04:11:48 +0800 |
commit | 900b1d05e644cbcf644085234bc60b9eba5bf8e9 (patch) | |
tree | 3a5a20c842025981a706ab35f96f27b8f9b148c4 /comms | |
parent | 6d9a42e1eff7f026909e6e8ffa3487b8b3e730d7 (diff) | |
download | freebsd-ports-gnome-900b1d05e644cbcf644085234bc60b9eba5bf8e9.tar.gz freebsd-ports-gnome-900b1d05e644cbcf644085234bc60b9eba5bf8e9.tar.zst freebsd-ports-gnome-900b1d05e644cbcf644085234bc60b9eba5bf8e9.zip |
Standardize on SRC_BASE as set in bsd.port.mk.
Approved by: maintainer
Diffstat (limited to 'comms')
-rw-r--r-- | comms/umcs7840/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/umcs7840/Makefile b/comms/umcs7840/Makefile index dd753f3f1d1b..edf94cb22205 100644 --- a/comms/umcs7840/Makefile +++ b/comms/umcs7840/Makefile @@ -30,7 +30,7 @@ MAN4= ${PORTNAME}.4 .include <bsd.port.pre.mk> -.if !exists(/usr/src/sys/Makefile) +.if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel source files .elif ${OSVERSION} <= 800063 IGNORE= requires FreeBSD 8.0 or later, please try driver from vendor site |