diff options
author | linimon <linimon@FreeBSD.org> | 2010-12-17 11:43:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-12-17 11:43:12 +0800 |
commit | 7aef1dac993cc6a8dd7f15767d5767c702b63e20 (patch) | |
tree | a8afda70abdf585dd0ea906a984e78bc395a192b /comms/hso-kmod | |
parent | 4695677d4bb1a54c4d240e2a119bf53b57d2adec (diff) | |
download | freebsd-ports-gnome-7aef1dac993cc6a8dd7f15767d5767c702b63e20.tar.gz freebsd-ports-gnome-7aef1dac993cc6a8dd7f15767d5767c702b63e20.tar.zst freebsd-ports-gnome-7aef1dac993cc6a8dd7f15767d5767c702b63e20.zip |
Use the $SRC_BASE Makevar instead of hard-coding.
Hat: portmgr
Diffstat (limited to 'comms/hso-kmod')
-rw-r--r-- | comms/hso-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hso-kmod/Makefile b/comms/hso-kmod/Makefile index b73b1d36b0dd..fd56bb841606 100644 --- a/comms/hso-kmod/Makefile +++ b/comms/hso-kmod/Makefile @@ -57,7 +57,7 @@ PLIST_SUB+= PL_DEVD="@comment " EXTRA_PATCHES+= ${PATCHDIR}/HSO-DEBUG-patch-Makefile .endif -.if !exists(/usr/src/sys/Makefile) +.if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel source files .elif ${OSVERSION} < 700055 IGNORE= requires FreeBSD 7.0 or superior |