aboutsummaryrefslogtreecommitdiffstats
path: root/comms/hso-kmod
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-12-17 11:43:12 +0800
committerlinimon <linimon@FreeBSD.org>2010-12-17 11:43:12 +0800
commit7aef1dac993cc6a8dd7f15767d5767c702b63e20 (patch)
treea8afda70abdf585dd0ea906a984e78bc395a192b /comms/hso-kmod
parent4695677d4bb1a54c4d240e2a119bf53b57d2adec (diff)
downloadfreebsd-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/Makefile2
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