Date: Wed, 9 Oct 2013 08:01:14 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329874 - head/audio/libofa Message-ID: <201310090801.r9981ES4014499@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Wed Oct 9 08:01:13 2013 New Revision: 329874 URL: http://svnweb.freebsd.org/changeset/ports/329874 Log: - Support staging - Use new LIB_DEPENDS syntax Modified: head/audio/libofa/Makefile Modified: head/audio/libofa/Makefile ============================================================================== --- head/audio/libofa/Makefile Wed Oct 9 07:50:58 2013 (r329873) +++ head/audio/libofa/Makefile Wed Oct 9 08:01:13 2013 (r329874) @@ -17,15 +17,14 @@ LICENSE_NAME_APL1= Adaptive Public Licen LICENSE_FILE_APL1= ${WRKSRC}/COPYING LICENSE_PERMS_APL1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ - expat:${PORTSDIR}/textproc/expat2 \ - curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ + libexpat.so:${PORTSDIR}/textproc/expat2 \ + libcurl.so:${PORTSDIR}/ftp/curl PROJECTHOST= musicip-libofa USE_DOS2UNIX= yes -NO_STAGE= yes USE_AUTOTOOLS= libtool -USES= pathfix +USES= pathfix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310090801.r9981ES4014499>