Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2014 23:42:47 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340496 - head/devel/dragon
Message-ID:  <201401202342.s0KNglNm048334@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jan 20 23:42:47 2014
New Revision: 340496
URL: http://svnweb.freebsd.org/changeset/ports/340496
QAT: https://qat.redports.org/buildarchive/r340496/

Log:
  Support stage

Modified:
  head/devel/dragon/Makefile

Modified: head/devel/dragon/Makefile
==============================================================================
--- head/devel/dragon/Makefile	Mon Jan 20 23:37:12 2014	(r340495)
+++ head/devel/dragon/Makefile	Mon Jan 20 23:42:47 2014	(r340496)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://www.lemke-it.com/
 MAINTAINER=	fbsd-ports@opsec.eu
 COMMENT=	Combined C++ scanner/parser generator for LR compliant grammars
 
-LIB_DEPENDS=	lfcbase:${PORTSDIR}/devel/lfcbase
+LIB_DEPENDS=	liblfcbase.so:${PORTSDIR}/devel/lfcbase
 
 LICENSE=	GPLv3
 GNU_CONFIGURE=	yes
@@ -17,5 +17,4 @@ PLIST_FILES=	bin/dragon
 
 MAKE_JOBS_UNSAFE=yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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