diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-04-19 23:42:12 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-04-19 23:42:12 +0000 |
commit | f2b9553b6a4438d090a94c56b14121bb01cf0402 (patch) | |
tree | b654bfca37a8de3ad26db02a9a9895da88534270 | |
parent | Don't install the wais.h header mode 664 (diff) |
Oops, put back BROKEN tag commented out during testing
Notes
Notes:
svn path=/head/; revision=79326
-rw-r--r-- | net/freewais-sf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index 906dc24b1de4..a3c4e9348968 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -29,7 +29,7 @@ MAN3= ftw.3 regexp.3 scandir.3 .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500035 -#BROKEN= "Does not compile on 5.0" +BROKEN= "Does not compile on 5.0" .endif post-extract: |