diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-11-22 08:16:48 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-11-22 08:16:48 +0000 |
commit | 633837fb41ba1b074dc4c4ad106f606d86e4e150 (patch) | |
tree | 4a4a6ac0bb08e92c4c8973a45e8a9639a11bcd9b /graphics/yagf | |
parent | a89739faa298a8334c04a41ba5647f7ecb5022f8 (diff) |
. support STAGE;
. use new LIB_DEPENDS syntax.
Notes
Notes:
svn path=/head/; revision=334554
Diffstat (limited to 'graphics/yagf')
-rw-r--r-- | graphics/yagf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/yagf/Makefile b/graphics/yagf/Makefile index e00332934063..fa8ca4ec337b 100644 --- a/graphics/yagf/Makefile +++ b/graphics/yagf/Makefile @@ -12,7 +12,7 @@ COMMENT= Graphical interface for an OCR program (cuneiform and tesseract) LICENSE= GPLv3 -LIB_DEPENDS= aspell:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell ONLY_FOR_ARCHS= i386 amd64 @@ -32,7 +32,6 @@ USE_QT4= corelib gui imageformats linguist_build \ CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCUNEIFORM} |