Date: Tue, 21 Jan 2014 00:15:31 +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: r340510 - head/devel/lfcxml Message-ID: <201401210015.s0L0FVMZ063150@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401210015.s0L0FVMZ063150>