Date: Tue, 8 Jul 2014 10:08:22 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361211 - head/devel/pecl-uuid Message-ID: <201407081008.s68A8MDO073237@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: robak Date: Tue Jul 8 10:08:22 2014 New Revision: 361211 URL: http://svnweb.freebsd.org/changeset/ports/361211 QAT: https://qat.redports.org/buildarchive/r361211/ Log: devel/pecl-uuid: convert to new LIB_DEPENDS format Approved by: swills (mentor), portmgr (blanket) Modified: head/devel/pecl-uuid/Makefile Modified: head/devel/pecl-uuid/Makefile ============================================================================== --- head/devel/pecl-uuid/Makefile Tue Jul 8 10:07:19 2014 (r361210) +++ head/devel/pecl-uuid/Makefile Tue Jul 8 10:08:22 2014 (r361211) @@ -12,7 +12,7 @@ DIST_SUBDIR= PECL MAINTAINER= jnlin@csie.nctu.edu.tw COMMENT= UUID extension -LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid +LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid CONFIGURE_ARGS= --with-uuid=${LOCALBASE} CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib PHP_MODNAME= ${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407081008.s68A8MDO073237>