1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced

PR:	ports/169213
Submitted by:	jgh@
Approved by:	maintainer timeout ( 14 days )
This commit is contained in:
Jason Helfman 2012-07-01 22:27:59 +00:00
parent f84dc6affb
commit 46fc59f926
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300342

View File

@ -24,12 +24,12 @@ PLIST_SUB= KMODDIR=${KMODDIR:C,^/,,}
NEEDSUBDIRS= amd64 conf contrib dev/pci geom i386 kern net netinet netinet6 \
sys tools vm x86
.include <bsd.port.pre.mk>
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel source to be installed
.endif
.include <bsd.port.pre.mk>
.if ${OSREL} != "8.2" && ${OSREL} != "8.3" && ${OSREL} != "9.0"
IGNORE= not supported $${OSREL} (${OSREL})
.endif