diff options
author | linimon <linimon@FreeBSD.org> | 2004-01-25 13:21:27 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-01-25 13:21:27 +0800 |
commit | e597927ffbc027d870e31204b226ab25477883f4 (patch) | |
tree | 767653fc16caccbdfae8c43deac4e8c9cecd4346 /databases | |
parent | 6c5a46567cd00a23d8e4a6aa740fb055cb570449 (diff) | |
download | freebsd-ports-gnome-e597927ffbc027d870e31204b226ab25477883f4.tar.gz freebsd-ports-gnome-e597927ffbc027d870e31204b226ab25477883f4.tar.zst freebsd-ports-gnome-e597927ffbc027d870e31204b226ab25477883f4.zip |
Per kris, mark as also broken on 4.x. Notified maintainer.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-search-namazu/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/ruby-search-namazu/Makefile b/databases/ruby-search-namazu/Makefile index d278b710a8db..c48282ebb78e 100644 --- a/databases/ruby-search-namazu/Makefile +++ b/databases/ruby-search-namazu/Makefile @@ -29,11 +29,7 @@ DOCS_EN= ${RUBY_RD_FILES:M*.en.rd} \ DOCS_JA= ${RUBY_RD_FILES:M*.ja.rd} \ ${RUBY_RD_HTML_FILES:M*.ja.html} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 BROKEN= "Does not install (cannot open Makefile)" -.endif post-install: doc-install @@ -48,4 +44,4 @@ doc-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |