1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix LIB_DEPENDS

This commit is contained in:
Antoine Brodin 2014-10-31 21:43:47 +00:00
parent f9f7debe83
commit 15df5a7d45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371939

View File

@ -10,21 +10,16 @@ MASTER_SITES= SF/fame/${PORTNAME}/${PORTVERSION}
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>