diff options
author | pav <pav@FreeBSD.org> | 2005-09-11 02:37:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-11 02:37:39 +0800 |
commit | ec4ea5f52539b16d5b6a846bd35fcc4ab8245c71 (patch) | |
tree | 1268d557cc007b5519c73bf11651cbd1bdb63ca4 /security | |
parent | 2a9444045bb385e9ddbe953d56c2ceb430f22d3c (diff) | |
download | freebsd-ports-gnome-ec4ea5f52539b16d5b6a846bd35fcc4ab8245c71.tar.gz freebsd-ports-gnome-ec4ea5f52539b16d5b6a846bd35fcc4ab8245c71.tar.zst freebsd-ports-gnome-ec4ea5f52539b16d5b6a846bd35fcc4ab8245c71.zip |
- Only for FreeBSD 4.X and 5.X
Reported by: krismail
Diffstat (limited to 'security')
-rw-r--r-- | security/dazuko/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/dazuko/Makefile b/security/dazuko/Makefile index 8e64fe1faf1e..bd145b77187c 100644 --- a/security/dazuko/Makefile +++ b/security/dazuko/Makefile @@ -16,6 +16,10 @@ HAS_CONFIGURE= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 600000 +IGNORE= "Only supports FreeBSD 4.X and 5.X" +.endif + do-install: ${MKDIR} ${PREFIX}/modules/ ${INSTALL_DATA} ${WRKSRC}/dazuko.ko ${PREFIX}/modules/dazuko.ko |