diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-09-02 14:44:47 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-09-02 14:44:47 +0000 |
commit | c869bad1e1f93c3902f9be90b45b4c8456995540 (patch) | |
tree | 40351e30e713e2ddbb6f7049b45e99a6a6131e91 /sysutils | |
parent | - Update to 0.5-50 (diff) |
Modify the IGNORE text to reduce user confusion.
Requested by: dteske (maintainer)
Notes
Notes:
svn path=/head/; revision=303552
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bsdconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bsdconfig/Makefile b/sysutils/bsdconfig/Makefile index 9eb66367a4ca..eab9ef26bb51 100644 --- a/sysutils/bsdconfig/Makefile +++ b/sysutils/bsdconfig/Makefile @@ -206,7 +206,7 @@ PLIST_DIRS= ${BSDCFG_LIBE}/020.docsinstall/include \ .include <bsd.port.pre.mk> .if ${OSVERSION} < 900030 -IGNORE= libdialog 20100428 or newer required. +IGNORE= requires FreeBSD 9.0 or later .endif post-patch: |