diff options
author | Warner Losh <imp@FreeBSD.org> | 2004-12-12 22:59:36 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2004-12-12 22:59:36 +0000 |
commit | 1dd92f90b6ed2db06c42c5c07c0ec89b1ebfe867 (patch) | |
tree | 4c47c4dbde470d4a5e9fc224925e055f910567b1 /security/wpa_supplicant | |
parent | 2f45242e2910154a4cddc73d0b39e0dacdbc18e6 (diff) | |
download | ports-1dd92f90b6ed2db06c42c5c07c0ec89b1ebfe867.tar.gz ports-1dd92f90b6ed2db06c42c5c07c0ec89b1ebfe867.zip |
Fix grammatical error Kris pointed out.
Submitted by: kris
Notes
Notes:
svn path=/head/; revision=123848
Diffstat (limited to 'security/wpa_supplicant')
-rw-r--r-- | security/wpa_supplicant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile index 2173642eb76e..4a25eb3dbd05 100644 --- a/security/wpa_supplicant/Makefile +++ b/security/wpa_supplicant/Makefile @@ -25,7 +25,7 @@ post-extract: .include <bsd.port.pre.mk> .if ${OSVERSION} < 600007 -IGNORE="wpa_supplicant is not supported on this version" +IGNORE=is not supported on FreeBSD < 6.0 .endif .include <bsd.port.post.mk> |