diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-07-01 22:27:59 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-07-01 22:27:59 +0000 |
commit | 46fc59f9264a53fb4f4204ae779fc8ea4cf5506a (patch) | |
tree | 0e6f3be4071855cd6cc92581b46395af011075dd /emulators | |
parent | f84dc6affb1b9bf4154430b48cc84c9c441870d3 (diff) |
- 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 )
Notes
Notes:
svn path=/head/; revision=300342
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/virtio-kmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/virtio-kmod/Makefile b/emulators/virtio-kmod/Makefile index 9090ffba27af..b9329f16cbdf 100644 --- a/emulators/virtio-kmod/Makefile +++ b/emulators/virtio-kmod/Makefile @@ -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 |