svn commit: r371939 - head/multimedia/recmpeg

Antoine Brodin antoine at FreeBSD.org
Fri Oct 31 21:43:48 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list