Index: audio/libaudiofile/Makefile =================================================================== --- audio/libaudiofile/Makefile (revision 407963) +++ audio/libaudiofile/Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= libaudiofile PORTVERSION= 0.3.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= GNOME/sources/${PORTNAME:S/lib//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= audiofile-${PORTVERSION} @@ -14,6 +14,8 @@ COMMENT= Sound library for SGI audio file LICENSE= LGPL21 +LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac + CONFLICTS= osalp-0.7.* USES= pathfix pkgconfig tar:xz libtool Index: audio/libaudiofile/files/patch-audiofile.pc.in =================================================================== --- audio/libaudiofile/files/patch-audiofile.pc.in (nonexistent) +++ audio/libaudiofile/files/patch-audiofile.pc.in (working copy) @@ -0,0 +1,10 @@ +--- audiofile.pc.in.orig 2013-02-11 17:23:26 UTC ++++ audiofile.pc.in +@@ -7,6 +7,6 @@ Name: audiofile + Description: audiofile + Requires: + Version: @VERSION@ +-Libs: -L${libdir} -laudiofile ++Libs: -L${libdir} -laudiofile -lFLAC + Libs.private: -lm + Cflags: -I${includedir} Property changes on: audio/libaudiofile/files/patch-audiofile.pc.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property