Date: Tue, 24 Sep 2013 14:14:06 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328138 - head/textproc/libguess Message-ID: <201309241414.r8OEE65b023028@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Tue Sep 24 14:14:06 2013 New Revision: 328138 URL: http://svnweb.freebsd.org/changeset/ports/328138 Log: textproc/libguess: allow staging - Allow stating - Convert lib depends to new format Modified: head/textproc/libguess/Makefile Modified: head/textproc/libguess/Makefile ============================================================================== --- head/textproc/libguess/Makefile Tue Sep 24 14:03:13 2013 (r328137) +++ head/textproc/libguess/Makefile Tue Sep 24 14:14:06 2013 (r328138) @@ -9,13 +9,14 @@ MASTER_SITES= http://distfiles.atheme.or MAINTAINER= wg@FreeBSD.org COMMENT= High-speed character set detection library -LIB_DEPENDS= mowgli:${PORTSDIR}/devel/libmowgli +LIB_DEPENDS= libmowgli.so:${PORTSDIR}/devel/libmowgli USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes +MAKE_ARGS+= PREFIX="${STAGEDIR}${PREFIX}" + post-patch: @${REINPLACE_CMD} -e 's|$${DESTDIR}$${libdir}/pkgconfig|$${PREFIX}/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309241414.r8OEE65b023028>