svn commit: r340496 - head/devel/dragon

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 20 23:42:48 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list