svn commit: r334554 - head/graphics/yagf

Boris Samorodov bsam at FreeBSD.org
Fri Nov 22 08:16:48 UTC 2013


Author: bsam
Date: Fri Nov 22 08:16:48 2013
New Revision: 334554
URL: http://svnweb.freebsd.org/changeset/ports/334554

Log:
  . support STAGE;
  . use new LIB_DEPENDS syntax.

Modified:
  head/graphics/yagf/Makefile

Modified: head/graphics/yagf/Makefile
==============================================================================
--- head/graphics/yagf/Makefile	Fri Nov 22 07:58:02 2013	(r334553)
+++ head/graphics/yagf/Makefile	Fri Nov 22 08:16:48 2013	(r334554)
@@ -12,7 +12,7 @@ COMMENT=	Graphical interface for an OCR 
 
 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 lingui
 CPPFLAGS+=	-I${LOCALBASE}/include
 CFLAGS+=	-I${LOCALBASE}/include
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCUNEIFORM}


More information about the svn-ports-all mailing list