diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-30 17:28:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-01-30 17:28:30 +0000 |
commit | c99888d3e94c078d72c749ca35e2839efea9edea (patch) | |
tree | 5284eff6580c6f4370005f7884539ce00c1bfae0 /textproc | |
parent | Use NO_LATEST_LINK. (diff) |
Set NO_LATEST_LINK.
Notes
Notes:
svn path=/head/; revision=127721
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-xmlscan/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/ruby-xmlscan/Makefile b/textproc/ruby-xmlscan/Makefile index f3cc1b512e2a..b453be76c80e 100644 --- a/textproc/ruby-xmlscan/Makefile +++ b/textproc/ruby-xmlscan/Makefile @@ -15,6 +15,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org COMMENT= High-performance non-validating XML parser written in 100% pure Ruby +NO_LATEST_LINK= yes USE_RUBY= yes NO_BUILD= yes |