Date: Fri, 31 Oct 2014 21:43:48 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371939 - head/multimedia/recmpeg Message-ID: <201410312143.s9VLhmlk079612@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Oct 31 21:43:47 2014 New Revision: 371939 URL: https://svnweb.freebsd.org/changeset/ports/371939 QAT: https://qat.redports.org/buildarchive/r371939/ Log: Fix LIB_DEPENDS Modified: head/multimedia/recmpeg/Makefile Modified: head/multimedia/recmpeg/Makefile ============================================================================== --- head/multimedia/recmpeg/Makefile Fri Oct 31 21:38:35 2014 (r371938) +++ head/multimedia/recmpeg/Makefile Fri Oct 31 21:43:47 2014 (r371939) @@ -10,21 +10,16 @@ MASTER_SITES= SF/fame/${PORTNAME}/${PORT MAINTAINER= ports@FreeBSD.org COMMENT= Simple video encoder -LIB_DEPENDS= libfame-0.9.so:${PORTSDIR}/multimedia/libfame +LIB_DEPENDS= libfame.so:${PORTSDIR}/multimedia/libfame GNU_CONFIGURE= yes -MAN1= recmpeg.1 PLIST_FILES= bin/recmpeg \ man/man1/recmpeg.1.gz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.include <bsd.port.pre.mk> +BROKEN_ia64= Fails to link on ia64 -.if ${ARCH} == "ia64" -BROKEN= Fails to link on ia64 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410312143.s9VLhmlk079612>