diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-24 18:11:46 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-05-24 18:11:46 +0000 |
commit | 9cf4bb8d492646c467680084a8d9d27a1ce1998e (patch) | |
tree | ce8f2ed5d132f52e4db567fff1bccad0af3903de /graphics/yagf/Makefile | |
parent | a35ab9d8efb569a6f2388577819f6fed760d9564 (diff) |
Notes
Diffstat (limited to 'graphics/yagf/Makefile')
-rw-r--r-- | graphics/yagf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/yagf/Makefile b/graphics/yagf/Makefile index 67287cfee2bc..2449f9ca57d5 100644 --- a/graphics/yagf/Makefile +++ b/graphics/yagf/Makefile @@ -3,13 +3,15 @@ PORTNAME= yagf PORTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://symmetrica.net/cuneiform-linux/ MAINTAINER= bsam@FreeBSD.org COMMENT= Graphical interface for an OCR program (cuneiform and tesseract) +LICENSE= GPLv3 + LIB_DEPENDS= aspell:${PORTSDIR}/textproc/aspell ONLY_FOR_ARCHS= i386 amd64 |