when the port installed it added "i386-portbld-freebsd5.2-" prefix to all the files so I added CONFIGURE_ARGS= --program-transform-name="" and it works. I ran in to this problem on freebsd 4.9 and 5.2
update recmpeg also. diff -ruN multimedia/recmpeg.orig/Makefile multimedia/recmpeg/Makefile --- multimedia/recmpeg.orig/Makefile Wed Feb 25 00:53:09 2004 +++ multimedia/recmpeg/Makefile Wed Feb 25 00:53:26 2004 @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A simple video encoder -LIB_DEPENDS= fame-0.9.0:${PORTSDIR}/multimedia/libfame +LIB_DEPENDS= fame-0.9.1:${PORTSDIR}/multimedia/libfame USE_GETOPT_LONG= yes GNU_CONFIGURE= yes
State Changed From-To: open->closed Committed slight modificated version, thanks!