svn commit: r340510 - head/devel/lfcxml

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 21 00:15:32 UTC 2014


Author: bapt
Date: Tue Jan 21 00:15:31 2014
New Revision: 340510
URL: http://svnweb.freebsd.org/changeset/ports/340510
QAT: https://qat.redports.org/buildarchive/r340510/

Log:
  Support stage

Modified:
  head/devel/lfcxml/Makefile

Modified: head/devel/lfcxml/Makefile
==============================================================================
--- head/devel/lfcxml/Makefile	Tue Jan 21 00:14:05 2014	(r340509)
+++ head/devel/lfcxml/Makefile	Tue Jan 21 00:15:31 2014	(r340510)
@@ -11,7 +11,7 @@ COMMENT=	C++ XML library, used for datab
 
 LICENSE=	GPLv3
 
-LIB_DEPENDS=	lfcbase:${PORTSDIR}/devel/lfcbase
+LIB_DEPENDS=	liblfcbase.so:${PORTSDIR}/devel/lfcbase
 
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -19,5 +19,4 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	autoconf:env
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list