Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2013 08:16:48 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334554 - head/graphics/yagf
Message-ID:  <201311220816.rAM8GmPR088501@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311220816.rAM8GmPR088501>