aboutsummaryrefslogtreecommitdiff
path: root/multimedia/recmpeg
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-10-31 21:43:47 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-10-31 21:43:47 +0000
commit15df5a7d45cf588f73db7f547a962e29d271e0ed (patch)
tree52cc3e18ad0b1bbc6cb5a8389727d4486a085c85 /multimedia/recmpeg
parentf9f7debe83868fe515dbdb638d8020ac117f71d4 (diff)
downloadports-15df5a7d45cf588f73db7f547a962e29d271e0ed.tar.gz
ports-15df5a7d45cf588f73db7f547a962e29d271e0ed.zip
Fix LIB_DEPENDS
Notes
Notes: svn path=/head/; revision=371939
Diffstat (limited to 'multimedia/recmpeg')
-rw-r--r--multimedia/recmpeg/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/multimedia/recmpeg/Makefile b/multimedia/recmpeg/Makefile
index a6a9d79e4592..66261ad67bde 100644
--- a/multimedia/recmpeg/Makefile
+++ b/multimedia/recmpeg/Makefile
@@ -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>