diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-25 06:27:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-25 06:27:36 +0800 |
commit | 9b0c52634cef0e06749c2452d679dc61187ef0db (patch) | |
tree | 193d1b2fb4a89f0fbaf950da7391b307d55e3863 /net | |
parent | 9d4f424267b51fb791522a173c3e803a9d27e2d0 (diff) | |
download | freebsd-ports-gnome-9b0c52634cef0e06749c2452d679dc61187ef0db.tar.gz freebsd-ports-gnome-9b0c52634cef0e06749c2452d679dc61187ef0db.tar.zst freebsd-ports-gnome-9b0c52634cef0e06749c2452d679dc61187ef0db.zip |
- Mark BROKEN on HEAD (>= 900002 depends on removed if_watchdog member in struct ifnet)
PR: 141904
Submitted by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> (maintainer)
Diffstat (limited to 'net')
-rw-r--r-- | net/acx100/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/acx100/Makefile b/net/acx100/Makefile index a7385571e5bd..a300b027e66c 100644 --- a/net/acx100/Makefile +++ b/net/acx100/Makefile @@ -41,6 +41,10 @@ PLIST_SUB+= KMODDIR=${KMODDIR} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 900002 +IGNORE= depends on removed if_watchdog member in struct ifnet +.endif + pre-fetch: .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires the kernel sources to be available |