aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2012-07-02 06:27:59 +0800
committerjgh <jgh@FreeBSD.org>2012-07-02 06:27:59 +0800
commitdb4f6579acf529bbbff39d0bd74a9e970f5b0788 (patch)
tree24ccbe4f12e7eb9476964b71e08250722817b526 /emulators
parent7ae3d4827d572699e6f085088de434f9b0b0341a (diff)
downloadfreebsd-ports-gnome-db4f6579acf529bbbff39d0bd74a9e970f5b0788.tar.gz
freebsd-ports-gnome-db4f6579acf529bbbff39d0bd74a9e970f5b0788.tar.zst
freebsd-ports-gnome-db4f6579acf529bbbff39d0bd74a9e970f5b0788.zip
- 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 )
Diffstat (limited to 'emulators')
-rw-r--r--emulators/virtio-kmod/Makefile4
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