1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Allow to specify a different src base.

Submitted by:	Kim Scarborough <sluggo@unknown.nu>

PR:	44758
This commit is contained in:
Martin Blapp 2003-04-12 20:08:07 +00:00
parent b16ec528e7
commit 0707449c37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78815

View File

@ -39,6 +39,7 @@ FREEBSD_MODULE_SITES= \
USE_SUBMAKE= yes
USE_LINUX= yes
VMDIR= ${PREFIX}/lib/vmware
SRC_BASE?= /usr/src
ONLY_FOR_ARCHS= i386
USE_XLIB= yes
@ -58,7 +59,7 @@ BROKEN= "Systems prior to 400013 is out of support"
BROKEN= "This software absolutely requires Linux procfs support"
.endif
.if !exists(/sys/Makefile)
.if !exists(/${SRC_BASE}/Makefile)
BROKEN= "Kernel source files required"
.endif