svn commit: r329874 - head/audio/libofa

Jason E. Hale jhale at FreeBSD.org
Wed Oct 9 08:01:14 UTC 2013


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


More information about the svn-ports-head mailing list