diff options
author | imp <imp@FreeBSD.org> | 2004-12-13 06:59:36 +0800 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-12-13 06:59:36 +0800 |
commit | da5fa421b10dfca3349f527657dae96dc8c5abf5 (patch) | |
tree | 3d01ab4f17ae5d7799471c700a0fa1ae5142fbe8 | |
parent | d7224f246b8e76818c4277247821a9d844c14ad0 (diff) | |
download | freebsd-ports-gnome-da5fa421b10dfca3349f527657dae96dc8c5abf5.tar.gz freebsd-ports-gnome-da5fa421b10dfca3349f527657dae96dc8c5abf5.tar.zst freebsd-ports-gnome-da5fa421b10dfca3349f527657dae96dc8c5abf5.zip |
Fix grammatical error Kris pointed out.
Submitted by: kris
-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> |