diff options
author | bsam <bsam@FreeBSD.org> | 2013-11-22 16:16:48 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-11-22 16:16:48 +0800 |
commit | 952084930dc7a34346c58dd6c24867ff83ffa277 (patch) | |
tree | 4a4a6ac0bb08e92c4c8973a45e8a9639a11bcd9b /graphics/yagf | |
parent | 18385911fde4f4c78395b835039491ab13954387 (diff) | |
download | freebsd-ports-gnome-952084930dc7a34346c58dd6c24867ff83ffa277.tar.gz freebsd-ports-gnome-952084930dc7a34346c58dd6c24867ff83ffa277.tar.zst freebsd-ports-gnome-952084930dc7a34346c58dd6c24867ff83ffa277.zip |
. support STAGE;
. use new LIB_DEPENDS syntax.
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} |