diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2008-04-25 09:09:32 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2008-04-25 09:09:32 +0000 |
commit | f1365fb3b1d581f115c8f533d8412dcba3a5236e (patch) | |
tree | 4d823610854316ed5d2cb40f5817027efda8666d /comms/ib-kmod | |
parent | 87262d65c47c91e2713e485a3d513f6e47086a87 (diff) | |
download | ports-f1365fb3b1d581f115c8f533d8412dcba3a5236e.tar.gz ports-f1365fb3b1d581f115c8f533d8412dcba3a5236e.zip |
Notes
Diffstat (limited to 'comms/ib-kmod')
-rw-r--r-- | comms/ib-kmod/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/ib-kmod/Makefile b/comms/ib-kmod/Makefile index cf344f75b375..fe92f4779db6 100644 --- a/comms/ib-kmod/Makefile +++ b/comms/ib-kmod/Makefile @@ -24,6 +24,12 @@ KMODDIR?= /boot/modules PLIST_FILES= "@cwd ${KMODDIR}" \ if_ib.ko +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700000 +IGNORE= fails to compile on versions of FreeBSD 7 +.endif + pre-fetch: .if !exists(${SRC_BASE}/sys/Makefile) @${ECHO} "*************************************************"; \ @@ -39,4 +45,4 @@ post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |