diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-31 20:31:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-05-31 20:31:08 +0000 |
commit | aa952fd48fe9143007307348e16bccf3b9f95ca9 (patch) | |
tree | 3b8a3dc07f043f3e20ba7e542d841e8086021135 /misc/xdelta | |
parent | OCRopus(tm) is a state-of-the-art document analysis and OCR system, (diff) |
- Resolve LATEST_LINK conflict
Notes
Notes:
svn path=/head/; revision=234941
Diffstat (limited to 'misc/xdelta')
-rw-r--r-- | misc/xdelta/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index 934c30bb8bb3..7c0f41af7d3e 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -20,4 +20,6 @@ USE_LDCONFIG= yes MAN1= xdelta.1 +NO_LATEST_LINK= yes + .include <bsd.port.mk> |